GemBox.Pdf
  • Overview
  • Examples
  • Free version
  • Support
  • Pricelist

    Show / Hide Table of Contents

    InvalidPdfArrayItemException Class

    Namespace:
    GemBox.Pdf
    Assembly:
    GemBox.Pdf.dll

    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.

    • C#
    • VB.NET
    public sealed class InvalidPdfArrayItemException : InvalidPdfValueException, ISerializable, _Exception
    Public NotInheritable Class InvalidPdfArrayItemException
        Inherits InvalidPdfValueException
        Implements ISerializable, _Exception
    Inheritance:
    System.Object
    System.Exception
    PdfException
    InvalidPdfValueException
    InvalidPdfArrayItemException
    Implements
    System.Runtime.Serialization.ISerializable
    System.Runtime.InteropServices._Exception

    Properties

    Array

    Gets the PdfArray that either contains an invalid item or to which an invalid item tried to be set.

    • C#
    • VB.NET
    public PdfArray Array { get; }
    Public ReadOnly Property Array As PdfArray
    Property Value
    PdfArray

    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.

    • C#
    • VB.NET
    public int Index { get; }
    Public ReadOnly Property Index As Integer
    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)

    Implements

    System.Runtime.Serialization.ISerializable
    System.Runtime.InteropServices._Exception
    Back to top

    Facebook • Twitter • LinkedIn

    © GemBox Ltd. — All rights reserved.