'Declaration <CategoryAttribute("VintaSoft")> <DefaultValueAttribute(1)> <DescriptionAttribute("The number of pages displayed horizontally across the screen in preview.")> Public Property PreviewColumnCount As System.Int32
[Category("VintaSoft")] [DefaultValue(1)] [Description("The number of pages displayed horizontally across the screen in preview.")] public System.Int32 PreviewColumnCount { get; set; }
[Category("VintaSoft")] [DefaultValue(1)] [Description("The number of pages displayed horizontally across the screen in preview.")] public: __property System.Int32 get_PreviewColumnCount(); public: __property void set_PreviewColumnCount(
System.Int32 value
);
[Category("VintaSoft")] [DefaultValue(1)] [Description("The number of pages displayed horizontally across the screen in preview.")] public:
property System.Int32 PreviewColumnCount { System.Int32 get(); void set(System.Int32 value); }
Property Value
Default value is 1.