PdfMergeClientsetViewerCenterWindow Method |
Set a flag specifying whether to position the document's window in the center of the screen. The default value is False.
Namespace:
SelectPdf.Api
Assembly:
SelectPdf.Api (in SelectPdf.Api.dll) Version: 1.4.0
Syntax public PdfMergeClient setViewerCenterWindow(
bool viewerCenterWindow
)
Public Function setViewerCenterWindow (
viewerCenterWindow As Boolean
) As PdfMergeClient
Parameters
- viewerCenterWindow
- Type: SystemBoolean
Center window or not.
Return Value
Type:
PdfMergeClientReference to the current object.
See Also