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