Skip to main content
Skip table of contents

PdfContentStreamProcessor

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
TypeNameMethods
ICollection<string>RegisteredOperatorStringsget
IRenderListenerRenderListenerget

Methods

Public methods
ReturnsName
GraphicsStateGs()
voidProcessContent(byte``[] contentBytes, PdfDictionary resources)
IContentOperatorRegisterContentOperator(string operatorString, IContentOperator oper)
IXObjectDoHandlerRegisterXObjectDoHandler(PdfName xobjectSubType, IXObjectDoHandler handler)
voidReset()
Protected methods
ReturnsName
voidHandleInlineImage(InlineImageInfo info, PdfDictionary colorSpaceDic)

Details

Constructors

PdfContentStreamProcessor

Source code

public PdfContentStreamProcessor(IRenderListener renderListener)
Arguments
TypeNameDescription
IRenderListenerrenderListener

Methods

RegisterXObjectDoHandler

Source code

public virtual IXObjectDoHandler RegisterXObjectDoHandler(PdfName xobjectSubType, IXObjectDoHandler handler)
Arguments
TypeNameDescription
PdfNamexobjectSubType
IXObjectDoHandlerhandler
RegisterContentOperator

Source code

public virtual IContentOperator RegisterContentOperator(string operatorString, IContentOperator oper)
Arguments
TypeNameDescription
stringoperatorString
IContentOperatoroper
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
TypeNameDescription
byte``[]contentBytes
PdfDictionaryresources
HandleInlineImage

Source code

protected virtual void HandleInlineImage(InlineImageInfo info, PdfDictionary colorSpaceDic)
Arguments
TypeNameDescription
InlineImageInfoinfo
PdfDictionarycolorSpaceDic

Properties

RegisteredOperatorStrings
public virtual ICollection<string> RegisteredOperatorStrings { get; }
RenderListener
public virtual IRenderListener RenderListener { get; }

Generated with ModularDoc

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.