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