iText 5

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

Type

Name

Methods

ICollection<string>

RegisteredOperatorStrings

get

IRenderListener

RenderListener

get

Methods

Public methods
Protected methods

Returns

Name

void

HandleInlineImage

(

InlineImageInfo

info,

PdfDictionary

colorSpaceDic)

Details

Constructors

PdfContentStreamProcessor

Source code

public PdfContentStreamProcessor(IRenderListener renderListener)

Arguments

Type

Name

Description

IRenderListener

renderListener

Methods

RegisterXObjectDoHandler

Source code

public virtual IXObjectDoHandler RegisterXObjectDoHandler(PdfName xobjectSubType, IXObjectDoHandler handler)

Arguments

Type

Name

Description

PdfName

xobjectSubType

IXObjectDoHandler

handler

RegisterContentOperator

Source code

public virtual IContentOperator RegisterContentOperator(string operatorString, IContentOperator oper)

Arguments

Type

Name

Description

string

operatorString

IContentOperator

oper

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

Type

Name

Description

byte``[]

contentBytes

PdfDictionary

resources

HandleInlineImage

Source code

protected virtual void HandleInlineImage(InlineImageInfo info, PdfDictionary colorSpaceDic)

Arguments

Type

Name

Description

InlineImageInfo

info

PdfDictionary

colorSpaceDic

Properties

RegisteredOperatorStrings

public virtual ICollection<string> RegisteredOperatorStrings { get; }

RenderListener

public virtual IRenderListener RenderListener { get; }

Generated with ModularDoc