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
)
Public Function setViewerDisplayDocTitle (
viewerDisplayDocTitle As Boolean
) As HtmlToPdfClient
Parameters
- viewerDisplayDocTitle
- Type: SystemBoolean
Display title or not.
Return Value
Type:
HtmlToPdfClientReference to the current object.
See Also