Click or drag to resize

InvalidPdfDictionaryEntryExceptionKey Property

Gets the key of an invalid entry value in the Dictionary that is either being retrieved or set.

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

Property Value

PdfName
The key of an invalid entry value in the Dictionary that is either being retrieved or set.
See Also