iText 5

MarkedContentRenderFilter

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

Members

Methods

Public methods

Returns

Name

bool

AllowText

(

TextRenderInfo

renderInfo)

Details

Inheritance

Constructors

MarkedContentRenderFilter

Source code

public MarkedContentRenderFilter(int mcid)

Arguments

Type

Name

Description

int

mcid

Methods

AllowText

Source code

public override bool AllowText(TextRenderInfo renderInfo)

Arguments

Type

Name

Description

TextRenderInfo

renderInfo

Generated with ModularDoc