| HtmlToPdfClientsetViewerCenterWindow 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
Syntaxpublic HtmlToPdfClient setViewerCenterWindow(
	bool viewerCenterWindow
)
Public Function setViewerCenterWindow ( 
	viewerCenterWindow As Boolean
) As HtmlToPdfClient
Parameters
- viewerCenterWindow
- Type: SystemBoolean
 Center window or not.
Return Value
Type: 
HtmlToPdfClientReference to the current object.
 See Also
See Also