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




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

    Property Value

    ImGearPDFAtom class object.
    See Also