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




In This Topic
    UniqueId Property (ImGearPDEElement)
    In This Topic
    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