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




In This Topic
    GetDictionary Method (ImGearPDEPlace)
    In This Topic
    Gets marked Content dictionary for a place.
    Syntax
    'Declaration
     
    Public Shadows Function GetDictionary() As ImGearPDFBasDict
    'Usage
     
    Dim instance As ImGearPDEPlace
    Dim value As ImGearPDFBasDict
     
    value = instance.GetDictionary()
    public new ImGearPDFBasDict GetDictionary()
    public: new ImGearPDFBasDict* GetDictionary(); 
    public:
    new ImGearPDFBasDict^ GetDictionary(); 

    Return Value

    ImGearPDFBasDict class object.
    Remarks
    Null if the place has no Marked Content dictionary.
    See Also