Click or drag to resize

PdfDictionaryEntryKey Property

Gets the PdfName key in the PdfDictionaryEntry.

Namespace: SautinSoft.Pdf.Objects
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2025.11.10
Syntax
public PdfName Key {
	get;
 }

Property Value

PdfName
The PdfName key in the PdfDictionaryEntry.
See Also