ImageGear .NET v25.2 - Updated
ImageGear.Art Assembly / ImageGear.ART Namespace / ImGearARTPage Class / StartIndex Property




In This Topic
    StartIndex Property
    In This Topic
    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