ImageGear v26.0 - Updated
GetDictionary Method (ImGearPDEPlace)




ImageGear.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDEPlace Class : GetDictionary Method
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

Reference

ImGearPDEPlace Class
ImGearPDEPlace Members
ImGearPDFBasDict Class

Is this page helpful?
Yes No
Thanks for your feedback.