|
PdfViewerPreferencesDisplayDocTitle Property
|
Gets or sets a flag specifying whether the window's title bar should display the document title.
Namespace: SelectPdfAssembly: Select.HtmlToPdf (in Select.HtmlToPdf.dll) Version: 26.2
Syntaxpublic bool DisplayDocTitle { get; set; }Public Property DisplayDocTitle As Boolean
Get
Set
Property Value
Boolean
Remarks
The default value for this property is false.
See Also