ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF Namespace / ImGearPDFBasString Class / Value Property




In This Topic
    Value Property (ImGearPDFBasString)
    In This Topic
    Gets the value of the specified string object.
    Syntax
    'Declaration
     
    Public ReadOnly Property Value As String
    'Usage
     
    Dim instance As ImGearPDFBasString
    Dim value As String
     
    value = instance.Value
    public string Value {get;}
    public: __property string* get_Value();
    public:
    property String^ Value {
       String^ get();
    }

    Property Value

    String value.
    See Also