PdfContentStreamProcessor Public class
Diagram
flowchart LR
classDef interfaceStyle stroke-dasharray: 5 5;
classDef abstractStyle stroke-width:4px
subgraph iTextSharp.text.pdf.parser
iTextSharp.text.pdf.parser.PdfContentStreamProcessor[[PdfContentStreamProcessor]]
end
Members
Properties
Public properties
Methods
Public methods
Protected methods
Details
Constructors
PdfContentStreamProcessor
Source code
public PdfContentStreamProcessor(IRenderListener renderListener)
Arguments
Methods
RegisterXObjectDoHandler
Source code
public virtual IXObjectDoHandler RegisterXObjectDoHandler(PdfName xobjectSubType, IXObjectDoHandler handler)
Arguments
RegisterContentOperator
Source code
public virtual IContentOperator RegisterContentOperator(string operatorString, IContentOperator oper)
Arguments
Reset
Source code
public virtual void Reset()
Gs
Source code
public GraphicsState Gs()
ProcessContent
Source code
public virtual void ProcessContent(byte[] contentBytes, PdfDictionary resources)
Arguments
HandleInlineImage
Source code
protected virtual void HandleInlineImage(InlineImageInfo info, PdfDictionary colorSpaceDic)
Arguments
Properties
RegisteredOperatorStrings
public virtual ICollection<string> RegisteredOperatorStrings { get; }
RenderListener
public virtual IRenderListener RenderListener { get; }
Generated with ModularDoc