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 |
|---|---|---|
|
|
|
|
|
|
|
|
Methods
Public methods
|
Returns |
Name |
|---|---|
|
|
() |
|
|
(
resources) |
|
|
(
oper) |
|
|
(
xobjectSubType,
handler) |
|
|
() |
Protected methods
|
Returns |
Name |
|---|---|
|
|
(
info,
colorSpaceDic) |
Details
Constructors
PdfContentStreamProcessor
Source code
public PdfContentStreamProcessor(IRenderListener renderListener)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
renderListener |
Methods
RegisterXObjectDoHandler
Source code
public virtual IXObjectDoHandler RegisterXObjectDoHandler(PdfName xobjectSubType, IXObjectDoHandler handler)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
xobjectSubType |
|
|
|
handler |
RegisterContentOperator
Source code
public virtual IContentOperator RegisterContentOperator(string operatorString, IContentOperator oper)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
operatorString |
|
|
|
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 |
|---|---|---|
|
|
contentBytes |
|
|
|
resources |
HandleInlineImage
Source code
protected virtual void HandleInlineImage(InlineImageInfo info, PdfDictionary colorSpaceDic)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
info |
|
|
|
colorSpaceDic |
Properties
RegisteredOperatorStrings
public virtual ICollection<string> RegisteredOperatorStrings { get; }
RenderListener
public virtual IRenderListener RenderListener { get; }
Generated with ModularDoc