ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF Namespace / ImGearPDFAction Class / GetDictionary Method




In This Topic
    GetDictionary Method (ImGearPDFAction)
    In This Topic
    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