Click or drag to resize

InvalidPdfDictionaryEntryExceptionDictionary Property

Gets the PdfDictionary that either contains an invalid entry or to which an invalid entry tried to be set.

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

Property Value

PdfDictionary
The PdfDictionary that either contains an invalid entry or to which an invalid entry tried to be set.
See Also