'Declaration <DefaultValueAttribute(False)> <DescriptionAttribute("A value indicating whether to resize the document's window to fit the size of the first displayed page.")> Public Property FitWindow As Boolean
[DefaultValue(False)] [Description("A value indicating whether to resize the document's window to fit the size of the first displayed page.")] public bool FitWindow { get; set; }
[DefaultValue(False)] [Description("A value indicating whether to resize the document's window to fit the size of the first displayed page.")] public: __property bool get_FitWindow(); public: __property void set_FitWindow(
bool value
);
[DefaultValue(False)] [Description("A value indicating whether to resize the document's window to fit the size of the first displayed page.")] public:
property bool FitWindow { bool get(); void set(bool value); }
Property Value
Значение по умолчанию - false.