ImageGear .NET v25.2 - Updated
ImageGear.Art Assembly / ImageGear.ART Namespace / ImGearARTPage Class / Comments Property




In This Topic
    Comments Property (ImGearARTPage)
    In This Topic
    Gets or sets the comments for the page.
    Syntax
    'Declaration
     
    Public Property Comments As String
    'Usage
     
    Dim instance As ImGearARTPage
    Dim value As String
     
    instance.Comments = value
     
    value = instance.Comments
    public string Comments {get; set;}
    public: __property string* get_Comments();
    public: __property void set_Comments( 
       string* value
    );
    public:
    property String^ Comments {
       String^ get();
       void set (    String^ value);
    }

    Property Value

    String value.
    See Also