ImageGear .NET - Updated
Author Property (ImGearARTPage)




ImageGear24.Art Assembly > ImageGear.ART Namespace > ImGearARTPage Class : Author Property
Gets or sets the author for the page.
Syntax
'Declaration
 
Public Property Author As String
'Usage
 
Dim instance As ImGearARTPage
Dim value As String
 
instance.Author = value
 
value = instance.Author
public string Author {get; set;}
public: __property string* get_Author();
public: __property void set_Author( 
   string* value
);
public:
property String^ Author {
   String^ get();
   void set (    String^ value);
}

Property Value

String value.
See Also

Reference

ImGearARTPage Class
ImGearARTPage Members