'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 - в строке заголовка окна будет отображаться заголовок документа, взятый из Title;
false - в строке заголовка окна будет отображаться имя PDF файла, содержащего документ.
Значение по умолчанию: false.
false - в строке заголовка окна будет отображаться имя PDF файла, содержащего документ.
Значение по умолчанию: false.