ImageGear .NET v25.0 - Updated
GetDictionary Method (ImGearPDEElement)




ImageGear.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDEElement Class : GetDictionary Method
Returns a Dictionary (OCMD object) that is associated with this Element.
Syntax
'Declaration
 
Public Function GetDictionary() As ImGearPDFDictionary
'Usage
 
Dim instance As ImGearPDEElement
Dim value As ImGearPDFDictionary
 
value = instance.GetDictionary()
public ImGearPDFDictionary GetDictionary()
public: ImGearPDFDictionary* GetDictionary(); 
public:
ImGearPDFDictionary^ GetDictionary(); 

Return Value

Associated Dictionary, or Null if no Dictionary is associated.
Remarks
If no Dictionary is associated, returns Null.
See Also

Reference

ImGearPDEElement Class
ImGearPDEElement Members
ImGearPDFDictionary Class