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+4b8ae91508c7f16ebf511129b42dfd307f45e350
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