ImageGear .NET - Updated July 5, 2018
UniqueId Property (ImGearPDFLayer)




ImageGear24.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

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