Aspose::Pdf::DataEditor::CosPdfDictionary::CreateEmptyDictionary method

CosPdfDictionary::CreateEmptyDictionary(const System::SharedPtr<Document>&) method

Creates an empty dictionary that will be attached to the document.

static System::SharedPtr<CosPdfDictionary> Aspose::Pdf::DataEditor::CosPdfDictionary::CreateEmptyDictionary(const System::SharedPtr<Document> &document)
ParameterTypeDescription
documentconst System::SharedPtr<Document>&Result dictionary will be attached to this document.

ReturnValue

An empty dictionary.

See Also

CosPdfDictionary::CreateEmptyDictionary(const System::SharedPtr<Page>&) method

Creates an empty dictionary that will be attached to the page.

static System::SharedPtr<CosPdfDictionary> Aspose::Pdf::DataEditor::CosPdfDictionary::CreateEmptyDictionary(const System::SharedPtr<Page> &page)
ParameterTypeDescription
pageconst System::SharedPtr<Page>&Result dictionary will be attached to this page.

ReturnValue

An empty dictionary.

See Also