Aspose::Pdf::DataEditor::CosPdfDictionary::CreateEmptyDictionary method
Contents
[
Hide
]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)
| Parameter | Type | Description |
|---|---|---|
| document | const System::SharedPtr<Document>& | Result dictionary will be attached to this document. |
ReturnValue
An empty dictionary.
See Also
- Typedef SharedPtr
- Class CosPdfDictionary
- Class Document
- Class CosPdfDictionary
- Namespace Aspose::Pdf::DataEditor
- Library Aspose.PDF for C++
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)
| Parameter | Type | Description |
|---|---|---|
| page | const System::SharedPtr<Page>& | Result dictionary will be attached to this page. |
ReturnValue
An empty dictionary.
See Also
- Typedef SharedPtr
- Class CosPdfDictionary
- Class Page
- Class CosPdfDictionary
- Namespace Aspose::Pdf::DataEditor
- Library Aspose.PDF for C++