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
|
Returns |
Name |
|---|---|
|
|
( |
|
|
(
renderInfo) |
|
|
(
renderInfo) |
Details
Inheritance
Methods
ModifyPath
public void ModifyPath(PathConstructionRenderInfo renderInfo)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
renderInfo |
RenderPath
public Path RenderPath(PathPaintingRenderInfo renderInfo)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
renderInfo |
ClipPath
public void ClipPath(int rule)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
rule |
Generated with ModularDoc