Click or drag to resize

CPDFWidgetSetWidgetCheckStyle Method

Sets the fill style of CheckBox or Radiobutton; more C_CHECK_STYLE

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

Parameters

checkStyle
Type: ComPDFKit.PDFAnnotation.FormC_CHECK_STYLE
Fill style

Return Value

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