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
Details
Constructors
RenderFilter
protected RenderFilter()
Methods
AllowText
Source code
public virtual bool AllowText(TextRenderInfo renderInfo)
Arguments
AllowImage
Source code
public virtual bool AllowImage(ImageRenderInfo renderInfo)
Arguments
Generated with ModularDoc