Click or drag to resize

CPDFCheckBoxWidgetSetCheckStyle Method

Sets the check style of CheckBox.

Namespace:  ComPDFKit.PDFAnnotation.Form
Assembly:  ComPDFKit.NET (in ComPDFKit.NET.dll) Version: 3.0.0.0 (3.0.0.0)
Syntax
C#
public bool SetCheckStyle(
	C_CHECK_STYLE checkStyle
)

Parameters

checkStyle
Type: ComPDFKit.PDFAnnotation.FormC_CHECK_STYLE
Check style to set

Return Value

Type: Boolean
Returns true on success, false on failure
See Also