CosPdfDictionary.CreateEmptyDictionary
CreateEmptyDictionary(Page)
Sayfaya eklenecek boş bir sözlük oluşturur.
public static CosPdfDictionary CreateEmptyDictionary(Page page)
Parametre | Tür | Açıklama |
---|---|---|
page | Page | Sonuç sözlüğü bu sayfaya eklenecektir. |
Dönüş Değeri
Boş bir sözlük.
İstisnalar
istisna | durum |
---|---|
ArgumentNullException | Sayfa null. |
Ayrıca Bakınız
- sınıf Page
- sınıf CosPdfDictionary
- ad alanı Aspose.Pdf.DataEditor
- derleme Aspose.PDF
CreateEmptyDictionary(Document)
Belgeye eklenecek boş bir sözlük oluşturur.
public static CosPdfDictionary CreateEmptyDictionary(Document document)
Parametre | Tür | Açıklama |
---|---|---|
document | Document | Sonuç sözlüğü bu belgeye eklenecektir. |
Dönüş Değeri
Boş bir sözlük.
İstisnalar
istisna | durum |
---|---|
ArgumentNullException | Belge null. |
Ayrıca Bakınız
- sınıf Document
- sınıf CosPdfDictionary
- ad alanı Aspose.Pdf.DataEditor
- derleme Aspose.PDF