ImageGear .NET - Updated
StartIndex Property




ImageGear24.Art Assembly > ImageGear.ART Namespace > ImGearARTPage Class : StartIndex Property
Gets or sets the start index of the marks enumeration on the page.
Syntax
'Declaration
 
Public Property StartIndex As Integer
'Usage
 
Dim instance As ImGearARTPage
Dim value As Integer
 
instance.StartIndex = value
 
value = instance.StartIndex
public int StartIndex {get; set;}
public: __property int get_StartIndex();
public: __property void set_StartIndex( 
   int value
);
public:
property int StartIndex {
   int get();
   void set (    int value);
}

Property Value

Integer value.
See Also

Reference

ImGearARTPage Class
ImGearARTPage Members