'Declaration <DescriptionAttribute("The number of pages displayed horizontally across the screen in preview.")> <DefaultValueAttribute(1)> <CategoryAttribute("VintaSoft")> Public Property PreviewColumnCount As System.Int32
[Description("The number of pages displayed horizontally across the screen in preview.")] [DefaultValue(1)] [Category("VintaSoft")] public System.Int32 PreviewColumnCount { get; set; }
[Description("The number of pages displayed horizontally across the screen in preview.")] [DefaultValue(1)] [Category("VintaSoft")] public: __property System.Int32 get_PreviewColumnCount(); public: __property void set_PreviewColumnCount(
System.Int32 value
);
[Description("The number of pages displayed horizontally across the screen in preview.")] [DefaultValue(1)] [Category("VintaSoft")] public:
property System.Int32 PreviewColumnCount { System.Int32 get(); void set(System.Int32 value); }
Property Value
Значение по умолчанию: 1.