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




ImageGear.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDEImage Class : GetDictionary Method
Gets the dictionary for an image.
Syntax
'Declaration
 
Public Shadows Function GetDictionary() As ImGearPDFBasDict
'Usage
 
Dim instance As ImGearPDEImage
Dim value As ImGearPDFBasDict
 
value = instance.GetDictionary()
public new ImGearPDFBasDict GetDictionary()
public: new ImGearPDFBasDict* GetDictionary(); 
public:
new ImGearPDFBasDict^ GetDictionary(); 

Return Value

ImGearPDFBasDict class object.
See Also

Reference

ImGearPDEImage Class
ImGearPDEImage Members