Skip to main content
Skip table of contents

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
ReturnsName
voidClipPath(int rule)
voidModifyPath(PathConstructionRenderInfo renderInfo)
PathRenderPath(PathPaintingRenderInfo renderInfo)

Details

Inheritance

Methods

ModifyPath
public void ModifyPath(PathConstructionRenderInfo renderInfo)
Arguments
TypeNameDescription
PathConstructionRenderInforenderInfo
RenderPath
public Path RenderPath(PathPaintingRenderInfo renderInfo)
Arguments
TypeNameDescription
PathPaintingRenderInforenderInfo
ClipPath
public void ClipPath(int rule)
Arguments
TypeNameDescription
intrule

Generated with ModularDoc

JavaScript errors detected

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

If this problem persists, please contact our support.