Table of Contents

Enum CheckBoxType

Namespace
iText.Forms.Fields.Properties
Assembly
itext.forms.dll

Enum representing possible values for check box mark drawing.

public enum CheckBoxType

Fields

CHECK = 0
CIRCLE = 1
CROSS = 2
DIAMOND = 3
SQUARE = 4
STAR = 5