ImageGear .NET v25.0 - Updated
String Property (ImGearPDFAtom)




ImageGear.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDFAtom Class : String Property
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