CosPdfDictionary.CreateEmptyDictionary

CreateEmptyDictionary(Page)

Creates an empty dictionary that will be attached to the page.

public static CosPdfDictionary CreateEmptyDictionary(Page page)
ParameterTypeDescription
pagePageResult dictionary will be attached to this page.

Return Value

An empty dictionary.

Exceptions

exceptioncondition
ArgumentNullExceptionThe page is null.

See Also


CreateEmptyDictionary(Document)

Creates an empty dictionary that will be attached to the document.

public static CosPdfDictionary CreateEmptyDictionary(Document document)
ParameterTypeDescription
documentDocumentResult dictionary will be attached to this document.

Return Value

An empty dictionary.

Exceptions

exceptioncondition
ArgumentNullExceptionThe document is null.

See Also