CheckBoxFieldView Constructor

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Initializes a new instance of the Object class.

Namespace:  Apitron.PDF.Kit.Interactive.Annotations
Assembly:  Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax

public CheckBoxFieldView(
	CheckBoxField checkBox,
	Boundary boundary,
	CheckBoxMark mark = CheckBoxMark.Check
)

Parameters

checkBox
Type: Apitron.PDF.Kit.Interactive.FormsCheckBoxField
The check box.
boundary
Type: Apitron.PDF.Kit.FixedLayoutBoundary
The annotation boundary.
mark (Optional)
Type: Apitron.PDF.Kit.Interactive.AnnotationsCheckBoxMark
The mark.
See Also

Reference