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




ImageGear.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDFAction Class : GetDictionary Method
Gets the dictionary corresponding to the action.
Syntax
'Declaration
 
Public Function GetDictionary() As ImGearPDFBasDict
'Usage
 
Dim instance As ImGearPDFAction
Dim value As ImGearPDFBasDict
 
value = instance.GetDictionary()
public ImGearPDFBasDict GetDictionary()
public: ImGearPDFBasDict* GetDictionary(); 
public:
ImGearPDFBasDict^ GetDictionary(); 

Return Value

Dictionary object for the action.
See Also

Reference

ImGearPDFAction Class
ImGearPDFAction Members
ImGearPDFBasDict Class