Click or drag to resize

InvalidPdfValueException Class

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

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

The InvalidPdfValueException type exposes the following members.

Properties
 NameDescription
Public propertyValue Gets the invalid value that is either being retrieved or set.
Public propertyValueAppropriateTypes Gets the PdfBasicObjectTypes that the Value can be according to the PDF Specification ISO 32000-1:2008.
Top
See Also