CosPdfDictionary.CreateEmptyDictionary

CreateEmptyDictionary(Page)

Sayfaya eklenecek boş bir sözlük oluşturur.

public static CosPdfDictionary CreateEmptyDictionary(Page page)
ParametreTürAçıklama
pagePageSonuç sözlüğü bu sayfaya eklenecektir.

Dönüş Değeri

Boş bir sözlük.

İstisnalar

istisnadurum
ArgumentNullExceptionSayfa null.

Ayrıca Bakınız


CreateEmptyDictionary(Document)

Belgeye eklenecek boş bir sözlük oluşturur.

public static CosPdfDictionary CreateEmptyDictionary(Document document)
ParametreTürAçıklama
documentDocumentSonuç sözlüğü bu belgeye eklenecektir.

Dönüş Değeri

Boş bir sözlük.

İstisnalar

istisnadurum
ArgumentNullExceptionBelge null.

Ayrıca Bakınız