ImageGear .NET v25.2 - Updated
ImageGear.Web.Services Assembly / ImageGear.Web.UI Namespace / ArtPageJsonPair Class / ArtMarks Property




In This Topic
    ArtMarks Property
    In This Topic
    Gets or sets ImageGear JSON art mark property string.
    Syntax
    'Declaration
     
    Public Property ArtMarks As String
    'Usage
     
    Dim instance As ArtPageJsonPair
    Dim value As String
     
    instance.ArtMarks = value
     
    value = instance.ArtMarks
    public string ArtMarks {get; set;}
    public: __property string* get_ArtMarks();
    public: __property void set_ArtMarks( 
       string* value
    );
    public:
    property String^ ArtMarks {
       String^ get();
       void set (    String^ value);
    }
    See Also