ToggleFieldViewT Constructor

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET

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 ToggleFieldView(
	T field,
	Boundary boundary,
	string caption,
	string uncheckedCaption,
	AnnotationFlags flags = AnnotationFlags.Default,
	AnnotationBorderStyle borderStyle = null,
	CheckBoxMark mark = CheckBoxMark.Check
)

Parameters

field
Type: T
The field.
boundary
Type: Apitron.PDF.Kit.FixedLayoutBoundary
The annotation boundary.
caption
Type: SystemString
The caption.
uncheckedCaption
Type: SystemString
The unchecked caption.
flags (Optional)
Type: Apitron.PDF.Kit.Interactive.AnnotationsAnnotationFlags
The flags.
borderStyle (Optional)
Type: Apitron.PDF.Kit.Interactive.AnnotationsAnnotationBorderStyle
The border style.
mark (Optional)
Type: Apitron.PDF.Kit.Interactive.AnnotationsCheckBoxMark
The mark.
See Also

Reference