PdfMergeClientsetViewerFitWindow Method |
Set a flag specifying whether to resize the document's window to fit the size of the first displayed page. The default value is False.
Namespace:
SelectPdf.Api
Assembly:
SelectPdf.Api (in SelectPdf.Api.dll) Version: 1.4.0
Syntax public PdfMergeClient setViewerFitWindow(
bool viewerFitWindow
)
Public Function setViewerFitWindow (
viewerFitWindow As Boolean
) As PdfMergeClient
Parameters
- viewerFitWindow
- Type: SystemBoolean
Fit window or not.
Return Value
Type:
PdfMergeClientReference to the current object.
See Also