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

In This Topic
    PdfNoDictValueException Class
    In This Topic
    Represents an exception that is thrown when a value with a specified key does not exist in a PDF dictionary.
    Object Model
    PdfNoDictValueException Class
    Syntax
    'Declaration
     
    Public Class PdfNoDictValueException 
       Inherits GrapeCity.Documents.Pdf.PdfException
    public class PdfNoDictValueException : GrapeCity.Documents.Pdf.PdfException 
    Inheritance Hierarchy

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

    See Also