ImageGear .NET - Updated October 2, 2018
GetBasObj Method




ImageGear24.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDFDictionary Class : GetBasObj Method
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()

Return Value

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

Reference

ImGearPDFDictionary Class
ImGearPDFDictionary Members
ImGearPDFBasObj Class