Pdf |
The PdfDictionaryEntry type exposes the following members.
Name | Description | |
---|---|---|
![]() | PdfDictionaryEntry(PdfName, PdfBasicObject) | Initializes a new instance of the PdfDictionaryEntry structure with the specified key and value. |
![]() | PdfDictionaryEntry(String, PdfBasicObject) | Initializes a new instance of the PdfDictionaryEntry structure with the specified String key and PdfBasicObject value. |
Name | Description | |
---|---|---|
![]() | Key | Gets the PdfName key in the PdfDictionaryEntry. |
![]() | Value | Gets the PdfBasicObject value in the PdfDictionaryEntry. |
Name | Description | |
---|---|---|
![]() | ToString |
Returns a String that represents this PdfDictionaryEntry instance.
(Overrides ValueTypeToString) |