CosPdfDictionary.CreateEmptyDictionary
CreateEmptyDictionary(Page)
Skapar ett tomt ordbok som kommer att kopplas till sidan.
public static CosPdfDictionary CreateEmptyDictionary(Page page)
Parameter | Typ | Beskrivning |
---|---|---|
page | Page | Resultatordboken kommer att kopplas till denna sida. |
Returvärde
Ett tomt ordbok.
Undantag
undantag | villkor |
---|---|
ArgumentNullException | Sidan är null. |
Se Även
- klass Page
- klass CosPdfDictionary
- namnrymd Aspose.Pdf.DataEditor
- assembly Aspose.PDF
CreateEmptyDictionary(Document)
Skapar ett tomt ordbok som kommer att kopplas till dokumentet.
public static CosPdfDictionary CreateEmptyDictionary(Document document)
Parameter | Typ | Beskrivning |
---|---|---|
document | Document | Resultatordboken kommer att kopplas till detta dokument. |
Returvärde
Ett tomt ordbok.
Undantag
undantag | villkor |
---|---|
ArgumentNullException | Dokumentet är null. |
Se Även
- klass Document
- klass CosPdfDictionary
- namnrymd Aspose.Pdf.DataEditor
- assembly Aspose.PDF