Skip to main content
Skip table of contents

RenderFilter

RenderFilter 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.RenderFilter[[RenderFilter]]
  class iTextSharp.text.pdf.parser.RenderFilter abstractStyle;
  end

Members

Methods

Public methods
ReturnsName
boolAllowImage(ImageRenderInfo renderInfo)
boolAllowText(TextRenderInfo renderInfo)

Details

Constructors

RenderFilter
protected RenderFilter()

Methods

AllowText

Source code

public virtual bool AllowText(TextRenderInfo renderInfo)
Arguments
TypeNameDescription
TextRenderInforenderInfo
AllowImage

Source code

public virtual bool AllowImage(ImageRenderInfo renderInfo)
Arguments
TypeNameDescription
ImageRenderInforenderInfo

Generated with ModularDoc

JavaScript errors detected

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

If this problem persists, please contact our support.