ImageGear .NET v25.0 - Updated
Value Property (ImGearPDFBasName)




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

Reference

ImGearPDFBasName Class
ImGearPDFBasName Members
ImGearPDFAtom Class