ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF Namespace / ImGearPDFDictionary Class / GetBasObj Method




In This Topic
    GetBasObj Method
    In This Topic
    Returns basic object of the Dictionary.
    Syntax
    'Declaration
     
    Public Function GetBasObj() As ImGearPDFBasObj
    'Usage
     
    Dim instance As ImGearPDFDictionary
    Dim value As ImGearPDFBasObj
     
    value = instance.GetBasObj()
    public ImGearPDFBasObj GetBasObj()
    public: ImGearPDFBasObj* GetBasObj(); 
    public:
    ImGearPDFBasObj^ GetBasObj(); 

    Return Value

    ImGearPDFBasObj class of the Dictionary.
    Remarks
    Used for Container creation.
    See Also