Click or drag to resize

PdfCheckFieldBase StyleToString Method

Styles to string.

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

Parameters

style
Type: Spire.Pdf.Fields PdfCheckBoxStyle
The style.

Return Value

Type: String
String representation of the check box' style.
See Also