Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Parser Namespace / PdfContentStreamProcessorException Class
Members

In This Topic
    PdfContentStreamProcessorException Class
    In This Topic
    The exception that is thrown when an error occurs while processing a PDF content stream.
    Object Model
    PdfContentStreamProcessorException Class
    Syntax
    'Declaration
     
    Public Class PdfContentStreamProcessorException 
       Inherits GrapeCity.Documents.Pdf.PdfException
    public class PdfContentStreamProcessorException : GrapeCity.Documents.Pdf.PdfException 
    Inheritance Hierarchy

    System.Object
       System.Exception
          GrapeCity.Documents.Pdf.PdfException
             GrapeCity.Documents.Pdf.Parser.PdfContentStreamProcessorException
                GrapeCity.Documents.Pdf.Parser.PdfOperatorException

    See Also