CosPdfDictionary.CreateEmptyDictionary

CreateEmptyDictionary(Page)

Crée un dictionnaire vide qui sera attaché à la page.

public static CosPdfDictionary CreateEmptyDictionary(Page page)
ParamètreTypeDescription
pagePageLe dictionnaire résultant sera attaché à cette page.

Valeur de retour

Un dictionnaire vide.

Exceptions

exceptioncondition
ArgumentNullExceptionLa page est nulle.

Voir aussi


CreateEmptyDictionary(Document)

Crée un dictionnaire vide qui sera attaché au document.

public static CosPdfDictionary CreateEmptyDictionary(Document document)
ParamètreTypeDescription
documentDocumentLe dictionnaire résultant sera attaché à ce document.

Valeur de retour

Un dictionnaire vide.

Exceptions

exceptioncondition
ArgumentNullExceptionLe document est nul.

Voir aussi