Click or drag to resize

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
public HtmlToPdfClient setViewerCenterWindow(
	bool viewerCenterWindow
)

Parameters

viewerCenterWindow
Type: SystemBoolean
Center window or not.

Return Value

Type: HtmlToPdfClient
Reference to the current object.
See Also