ImageGear for .NET
String Property (ImGearPDFAtom)




Gets or sets the string corresponding to the atom.
Syntax
'Declaration
 
Public Property String As String
'Usage
 
Dim instance As ImGearPDFAtom
Dim value As String
 
instance.String = value
 
value = instance.String
public string String {get; set;}
public: __property string* get_String();
public: __property void set_String( 
   string* value
);
public:
property String^ String {
   String^ get();
   void set (    String^ value);
}

Property Value

String value.
See Also

Reference

ImGearPDFAtom Class
ImGearPDFAtom Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback