ImageGear .NET
StartIndex Property




Gets or sets the start index of the marks enumeration on the page.
Syntax
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);
}
'Declaration
 
Public Property StartIndex As Integer
 
'Usage
 
Dim instance As ImGearARTPage
Dim value As Integer
 
instance.StartIndex = value
 
value = instance.StartIndex

Property Value

Integer value.
See Also

Reference

ImGearARTPage Class
ImGearARTPage Members

 

 


©2017. Accusoft Corporation. All Rights Reserved.

Send Feedback