ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF Namespace / ImGearPDFDictionary Class / UniqueId Property




In This Topic
    UniqueId Property (ImGearPDFDictionary)
    In This Topic
    Gets some 32-bit integer that is unique for all Dictionary objects.
    Syntax
    'Declaration
     
    Public ReadOnly Property UniqueId As Integer
    'Usage
     
    Dim instance As ImGearPDFDictionary
    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 Dictionary objects with the same UniqueIds.

    Can be used for Dictionary object's identification.

    See Also