iText 5

IExtRenderListener

IExtRenderListener Public interface

Diagram

flowchart LR classDef interfaceStyle stroke-dasharray: 5 5; classDef abstractStyle stroke-width:4px subgraph iTextSharp.text.pdf.parser iTextSharp.text.pdf.parser.IExtRenderListener[[IExtRenderListener]] class iTextSharp.text.pdf.parser.IExtRenderListener interfaceStyle; iTextSharp.text.pdf.parser.IRenderListener[[IRenderListener]] class iTextSharp.text.pdf.parser.IRenderListener interfaceStyle; end iTextSharp.text.pdf.parser.IRenderListener --> iTextSharp.text.pdf.parser.IExtRenderListener

Members

Methods

Public methods

Details

Inheritance

Methods

ModifyPath

public void ModifyPath(PathConstructionRenderInfo renderInfo)

Arguments

Type

Name

Description

PathConstructionRenderInfo

renderInfo

RenderPath

public Path RenderPath(PathPaintingRenderInfo renderInfo)

Arguments

Type

Name

Description

PathPaintingRenderInfo

renderInfo

ClipPath

public void ClipPath(int rule)

Arguments

Type

Name

Description

int

rule

Generated with ModularDoc