Click or drag to resize

HtmlToPdfClientsetViewerDisplayDocTitle Method

Set a flag specifying whether the window's title bar should display the document title taken from document information. The default value is False.

Namespace:  SelectPdf.Api
Assembly:  SelectPdf.Api (in SelectPdf.Api.dll) Version: 1.4.0
Syntax
public HtmlToPdfClient setViewerDisplayDocTitle(
	bool viewerDisplayDocTitle
)

Parameters

viewerDisplayDocTitle
Type: SystemBoolean
Display title or not.

Return Value

Type: HtmlToPdfClient
Reference to the current object.
See Also