ImageGear .NET - Updated
Id Property (ImGearARTMark)




ImageGear24.Art Assembly > ImageGear.ART Namespace > ImGearARTMark Class : Id Property
Gets the mark's id.
Syntax
'Declaration
 
Public ReadOnly Property Id As Integer
'Usage
 
Dim instance As ImGearARTMark
Dim value As Integer
 
value = instance.Id
public int Id {get;}
public: __property int get_Id();
public:
property int Id {
   int get();
}

Property Value

Integer value.
Remarks
The Id is assigned to the mark when it's added to the ART Page. If the mark is not added to the ART Page the value of Id is -1.
See Also

Reference

ImGearARTMark Class
ImGearARTMark Members