Gets or sets a value specifying whether the window’s title bar should display the
document title taken from the Title entry of the document information dictionary (see
Title).
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public bool DisplayTitle { get; set; }
VB
Public Property DisplayTitle As Boolean
Get
Set
Property Value
Type:
Boolean
If
false, the title bar should instead display the name of the PDF file containing
the document.Default value: false.
See Also