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




ImageGear.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDEContainer Class : GetDictionary Method
Gets marked Content dictionary for a container.
Syntax
'Declaration
 
Public Shadows Function GetDictionary() As ImGearPDFBasDict
'Usage
 
Dim instance As ImGearPDEContainer
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 container has no Marked Content dictionary.
See Also

Reference

ImGearPDEContainer Class
ImGearPDEContainer Members
ImGearPDFBasDict Class