ImageGear .NET v25.0 - Updated
UniqueId Property (ImGearPDEElement)




ImageGear.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDEElement Class : UniqueId Property
Gets some 32-bit integer that is unique for all Element objects.
Syntax
'Declaration
 
Public ReadOnly Property UniqueId As Integer
'Usage
 
Dim instance As ImGearPDEElement
Dim value As Integer
 
value = instance.UniqueId
public int UniqueId {get;}
public: __property int get_UniqueId();
public:
property int UniqueId {
   int get();
}

Property Value

Integer value.
Remarks
It is guaranteed that there cannot be two Element objects with the same UniqueIds.

Can be used for Element object's identification.

See Also

Reference

ImGearPDEElement Class
ImGearPDEElement Members
ImGearPDFDictionary Class