CosPdfDictionary.CreateEmptyDictionary

CreateEmptyDictionary(Page)

Skapar ett tomt ordbok som kommer att kopplas till sidan.

public static CosPdfDictionary CreateEmptyDictionary(Page page)
ParameterTypBeskrivning
pagePageResultatordboken kommer att kopplas till denna sida.

Returvärde

Ett tomt ordbok.

Undantag

undantagvillkor
ArgumentNullExceptionSidan är null.

Se Även


CreateEmptyDictionary(Document)

Skapar ett tomt ordbok som kommer att kopplas till dokumentet.

public static CosPdfDictionary CreateEmptyDictionary(Document document)
ParameterTypBeskrivning
documentDocumentResultatordboken kommer att kopplas till detta dokument.

Returvärde

Ett tomt ordbok.

Undantag

undantagvillkor
ArgumentNullExceptionDokumentet är null.

Se Även