RegionTextRenderFilter 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.RegionTextRenderFilter[[RegionTextRenderFilter]]
iTextSharp.text.pdf.parser.RenderFilter[[RenderFilter]]
class iTextSharp.text.pdf.parser.RenderFilter abstractStyle;
end
iTextSharp.text.pdf.parser.RenderFilter --> iTextSharp.text.pdf.parser.RegionTextRenderFilter
Members
Methods
Public methods
Details
Inheritance
Constructors
RegionTextRenderFilter [1/2]
Source code
public RegionTextRenderFilter(RectangleJ filterRect)
Arguments
Type | Name | Description |
---|
RectangleJ | filterRect | |
RegionTextRenderFilter [2/2]
Source code
public RegionTextRenderFilter(Rectangle filterRect)
Arguments
Methods
AllowText
Source code
public override bool AllowText(TextRenderInfo renderInfo)
Arguments
Generated with ModularDoc