Click or drag to resize

InvalidPdfArrayItemException Class

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

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

The InvalidPdfArrayItemException type exposes the following members.

Properties
 NameDescription
Public propertyArray Gets the PdfArray that either contains an invalid item or to which an invalid item tried to be set.
Public propertyIndex Gets the index of an invalid item in the Array that is either being retrieved or set.
Top
See Also