CosPdfDictionary.CreateEmptyDictionary
Contents
[
Hide
]CreateEmptyDictionary(Page)
Creates an empty dictionary that will be attached to the page.
public static CosPdfDictionary CreateEmptyDictionary(Page page)
| Parameter | Type | Description |
|---|---|---|
| page | Page | Result dictionary will be attached to this page. |
Return Value
An empty dictionary.
Exceptions
| exception | condition |
|---|---|
| ArgumentNullException | The page is null. |
See Also
- class Page
- class CosPdfDictionary
- namespace Aspose.Pdf.DataEditor
- assembly Aspose.PDF
CreateEmptyDictionary(Document)
Creates an empty dictionary that will be attached to the document.
public static CosPdfDictionary CreateEmptyDictionary(Document document)
| Parameter | Type | Description |
|---|---|---|
| document | Document | Result dictionary will be attached to this document. |
Return Value
An empty dictionary.
Exceptions
| exception | condition |
|---|---|
| ArgumentNullException | The document is null. |
See Also
- class Document
- class CosPdfDictionary
- namespace Aspose.Pdf.DataEditor
- assembly Aspose.PDF