Click or drag to resize

PdfStyledFieldWidget StringToStyle Method

String to style.

Namespace: Spire.Pdf.Widget
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
protected PdfCheckBoxStyle StringToStyle(
	string style
)

Parameters

style
Type: System String
The style.

Return Value

Type: PdfCheckBoxStyle
Enum representation of the radio button's style.
See Also