ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF Namespace / ImGearPDFAtom Class / String Property




In This Topic
    String Property (ImGearPDFAtom)
    In This Topic
    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