CosPdfDictionary.CreateEmptyDictionary
Contenu
[
Cacher
]CreateEmptyDictionary(Page)
Crée un dictionnaire vide qui sera attaché à la page.
public static CosPdfDictionary CreateEmptyDictionary(Page page)
Paramètre | Type | Description |
---|---|---|
page | Page | Le dictionnaire résultant sera attaché à cette page. |
Valeur de retour
Un dictionnaire vide.
Exceptions
exception | condition |
---|---|
ArgumentNullException | La page est nulle. |
Voir aussi
- class Page
- class CosPdfDictionary
- namespace Aspose.Pdf.DataEditor
- assembly Aspose.PDF
CreateEmptyDictionary(Document)
Crée un dictionnaire vide qui sera attaché au document.
public static CosPdfDictionary CreateEmptyDictionary(Document document)
Paramètre | Type | Description |
---|---|---|
document | Document | Le dictionnaire résultant sera attaché à ce document. |
Valeur de retour
Un dictionnaire vide.
Exceptions
exception | condition |
---|---|
ArgumentNullException | Le document est nul. |
Voir aussi
- class Document
- class CosPdfDictionary
- namespace Aspose.Pdf.DataEditor
- assembly Aspose.PDF