CosPdfDictionary.CreateEmptyDictionary

CreateEmptyDictionary(Page)

ينشئ قاموسًا فارغًا سيتم إرفاقه بالصفحة.

public static CosPdfDictionary CreateEmptyDictionary(Page page)
ParameterTypeDescription
pagePageسيتم إرفاق قاموس النتيجة بهذه الصفحة.

Return Value

قاموس فارغ.

Exceptions

exceptioncondition
ArgumentNullExceptionالصفحة فارغة.

See Also


CreateEmptyDictionary(Document)

ينشئ قاموسًا فارغًا سيتم إرفاقه بالمستند.

public static CosPdfDictionary CreateEmptyDictionary(Document document)
ParameterTypeDescription
documentDocumentسيتم إرفاق قاموس النتيجة بهذا المستند.

Return Value

قاموس فارغ.

Exceptions

exceptioncondition
ArgumentNullExceptionالمستند فارغ.

See Also