Table of Contents

Class PdfCheckBoxRenderingStrategy

Namespace
iText.Forms.Form.Renderer.Checkboximpl
Assembly
itext.forms.dll

This class is used to draw a checkBox icon in PDF mode this is the default strategy for drawing a checkBox.

public sealed class PdfCheckBoxRenderingStrategy : ICheckBoxRenderingStrategy
Inheritance
PdfCheckBoxRenderingStrategy
Implements
Inherited Members

Constructors

PdfCheckBoxRenderingStrategy()

Creates a new PdfCheckBoxRenderingStrategy instance.

public PdfCheckBoxRenderingStrategy()

Fields

ZAPFDINGBATS_CHECKBOX_MAPPING

public static readonly BiMap<CheckBoxType, string> ZAPFDINGBATS_CHECKBOX_MAPPING

Field Value

BiMap<CheckBoxType, string>

Methods

DrawCheckBoxContent(DrawContext, CheckBoxRenderer, Rectangle)

public void DrawCheckBoxContent(DrawContext drawContext, CheckBoxRenderer checkBoxRenderer, Rectangle rectangle)

Parameters

drawContext DrawContext
checkBoxRenderer CheckBoxRenderer
rectangle Rectangle