ImageGear .NET
Subject Property (ImGearARTPage)




Gets or sets the subject for the page.
Syntax
'Declaration
 
Public Property Subject As String
'Usage
 
Dim instance As ImGearARTPage
Dim value As String
 
instance.Subject = value
 
value = instance.Subject
public string Subject {get; set;}
public: __property string* get_Subject();
public: __property void set_Subject( 
   string* value
);
public:
property String^ Subject {
   String^ get();
   void set (    String^ value);
}

Property Value

String value.
See Also

Reference

ImGearARTPage Class
ImGearARTPage Members

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback