CosPdfDictionary.CreateEmptyDictionary
CreateEmptyDictionary(Page)
ينشئ قاموسًا فارغًا سيتم إرفاقه بالصفحة.
public static CosPdfDictionary CreateEmptyDictionary(Page page)
Parameter | Type | Description |
---|---|---|
page | Page | سيتم إرفاق قاموس النتيجة بهذه الصفحة. |
Return Value
قاموس فارغ.
Exceptions
exception | condition |
---|---|
ArgumentNullException | الصفحة فارغة. |
See Also
- class Page
- class CosPdfDictionary
- namespace Aspose.Pdf.DataEditor
- assembly Aspose.PDF
CreateEmptyDictionary(Document)
ينشئ قاموسًا فارغًا سيتم إرفاقه بالمستند.
public static CosPdfDictionary CreateEmptyDictionary(Document document)
Parameter | Type | Description |
---|---|---|
document | Document | سيتم إرفاق قاموس النتيجة بهذا المستند. |
Return Value
قاموس فارغ.
Exceptions
exception | condition |
---|---|
ArgumentNullException | المستند فارغ. |
See Also
- class Document
- class CosPdfDictionary
- namespace Aspose.Pdf.DataEditor
- assembly Aspose.PDF