iText 8.0.2 API
iText.Kernel.Pdf.Canvas.Parser Namespace Reference

Classes

interface   IContentOperator
  Root interface for a series of handlers for content stream operators. More...
 
interface   IXObjectDoHandler
 
class   ParserGraphicsState
  Internal class which is essentially a iText.Kernel.Pdf.Canvas.CanvasGraphicsState which supports tracking of clipping path state and changes. More...
 
class   PdfCanvasProcessor
  Processor for a PDF content stream. More...
 
class   PdfDocumentContentParser
  A utility class that makes it cleaner to process content from pages of a iText.Kernel.Pdf.PdfDocument through a specified RenderListener. More...
 
class   PdfTextExtractor
 

Enumerations

enum   EventType {
  BEGIN_TEXT, RENDER_TEXT, END_TEXT, RENDER_IMAGE,
  RENDER_PATH, CLIP_PATH_CHANGED
}
  Specifies different types of events where a callback should be notified. More...
 

Enumeration Type Documentation

◆ EventType

Specifies different types of events where a callback should be notified.