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.
public sealed class InvalidPdfArrayItemException : InvalidPdfValueException, ISerializable, _Exception
Public NotInheritable Class InvalidPdfArrayItemException
Inherits InvalidPdfValueException
Implements ISerializable, _Exception
- Inheritance:
- System.ObjectSystem.ExceptionInvalidPdfArrayItemException
Implements
Properties
Array
Gets the PdfArray that either contains an invalid item or to which an invalid item tried to be set.
Property Value
The PdfArray that either contains an invalid item or to which an invalid item tried to be set.
Index
Gets the index of an invalid item in the Array that is either being retrieved or set.
Property Value
- System.Int32
The index of an invalid item in the Array that is either being retrieved or set.
Inherited Properties
HelpLink | Gets a link to the appropriate page of the PDF Specification ISO 32000-1:2008. (Inherited from InvalidPdfValueException) |
Value | Gets the invalid value that is either being retrieved or set. (Inherited from InvalidPdfValueException) |
ValueAppropriateTypes | Gets the PdfBasicObjectTypes that the Value can be according to the PDF Specification ISO 32000-1:2008. (Inherited from InvalidPdfValueException) |