'Declaration <DefaultValueAttribute(False)> <DescriptionAttribute("A flag specifying whether the window's title bar should display the document title.")> Public Property DisplayDocTitle As Boolean
[DefaultValue(False)] [Description("A flag specifying whether the window's title bar should display the document title.")] public bool DisplayDocTitle { get; set; }
[DefaultValue(False)] [Description("A flag specifying whether the window's title bar should display the document title.")] public: __property bool get_DisplayDocTitle(); public: __property void set_DisplayDocTitle(
bool value
);
[DefaultValue(False)] [Description("A flag specifying whether the window's title bar should display the document title.")] public:
property bool DisplayDocTitle { bool get(); void set(bool value); }
Property Value
true - the window's title bar will display the document title taken from Title;
false - the window's title bar will display the name of the PDF file containing the document.
Default value: false.
false - the window's title bar will display the name of the PDF file containing the document.
Default value: false.