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

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

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

    See Also