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




ImageGear.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDFLayer Class : UniqueId Property
Gets a 32-bit integer that is unique for all layer objects.
Syntax
'Declaration
 
Public ReadOnly Property UniqueId As Integer
'Usage
 
Dim instance As ImGearPDFLayer
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 Layer objects with the same UniqueIds.

Can be used for Layer object's identification.

See Also

Reference

ImGearPDFLayer Class
ImGearPDFLayer Members
ImGearPDFDocument Class
ImGearPDFDictionary Class