ImageGear .NET v25.2 - Updated
ImageGear.Art Assembly / ImageGear.ART Namespace / ImGearARTMark Class / Id Property




In This Topic
    Id Property (ImGearARTMark)
    In This Topic
    Gets the mark's id.
    Syntax
    'Declaration
     
    Public ReadOnly Property Id As Integer
    'Usage
     
    Dim instance As ImGearARTMark
    Dim value As Integer
     
    value = instance.Id
    public int Id {get;}
    public: __property int get_Id();
    public:
    property int Id {
       int get();
    }

    Property Value

    Integer value.
    Remarks
    The Id is assigned to the mark when it's added to the ART Page. If the mark is not added to the ART Page the value of Id is -1.
    See Also