ImageGear .NET
Id Property (ImGearARTMark)




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

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

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback