'Declaration <DescriptionAttribute("The page index of the upper left page in preview.")> <DefaultValueAttribute(0)> <CategoryAttribute("VintaSoft")> Public Property PreviewFirstPageIndex As System.Int32
[Description("The page index of the upper left page in preview.")] [DefaultValue(0)] [Category("VintaSoft")] public System.Int32 PreviewFirstPageIndex { get; set; }
[Description("The page index of the upper left page in preview.")] [DefaultValue(0)] [Category("VintaSoft")] public: __property System.Int32 get_PreviewFirstPageIndex(); public: __property void set_PreviewFirstPageIndex(
System.Int32 value
);
[Description("The page index of the upper left page in preview.")] [DefaultValue(0)] [Category("VintaSoft")] public:
property System.Int32 PreviewFirstPageIndex { System.Int32 get(); void set(System.Int32 value); }
Property Value
Default value is 0.