Click or drag to resize

InvalidPdfDictionaryEntryException Class

Represents errors that occur when a value that is being retrieved from or being set to a PdfDictionary is not according to the PDF Specification ISO 32000-1:2008.
Inheritance Hierarchy
SystemObject
  SystemException
    SautinSoft.PdfPdfException
      SautinSoft.PdfInvalidPdfValueException
        SautinSoft.PdfInvalidPdfDictionaryEntryException

Namespace: SautinSoft.Pdf
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2024.11.26
Syntax
public sealed class InvalidPdfDictionaryEntryException : InvalidPdfValueException, 
	ISerializable

The InvalidPdfDictionaryEntryException type exposes the following members.

Properties
 NameDescription
Public propertyDictionary Gets the PdfDictionary that either contains an invalid entry or to which an invalid entry tried to be set.
Public propertyKey Gets the key of an invalid entry value in the Dictionary that is either being retrieved or set.
Top
See Also