Documents for PDF .NET Edition
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Parser Namespace / PdfInvalidArrayValueTypeException Class
Members

In This Topic
    PdfInvalidArrayValueTypeException Class
    In This Topic
    Represents an exception that is thrown when a value in a PDF array has invalid or unexpected type.
    Object Model
    PdfInvalidArrayValueTypeException Class
    Syntax
    'Declaration
     
    Public Class PdfInvalidArrayValueTypeException 
       Inherits GrapeCity.Documents.Pdf.PdfException
    public class PdfInvalidArrayValueTypeException : GrapeCity.Documents.Pdf.PdfException 
    Inheritance Hierarchy

    System.Object
       System.Exception
          GrapeCity.Documents.Pdf.PdfException
             GrapeCity.Documents.Pdf.Parser.PdfInvalidArrayValueTypeException

    See Also