ImageGear .NET v25.2 - Updated
ImageGear.Art Assembly / ImageGear.ART Namespace / ImGearARTCreateSecureObjectDataEventArgs Class / Mark Property




In This Topic
    Mark Property (ImGearARTCreateSecureObjectDataEventArgs)
    In This Topic
    Gets the mark.
    Syntax
    'Declaration
     
    Public ReadOnly Property Mark As ImGearARTMark
    'Usage
     
    Dim instance As ImGearARTCreateSecureObjectDataEventArgs
    Dim value As ImGearARTMark
     
    value = instance.Mark
    public ImGearARTMark Mark {get;}
    public: __property ImGearARTMark* get_Mark();
    public:
    property ImGearARTMark^ Mark {
       ImGearARTMark^ get();
    }

    Property Value

    ImGearARTMark class instance.
    Remarks
    Returns not null value if SecureObjectData is associated with the mark, otherwise returns null.
    See Also