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
)
Protected Function StyleToString (
style As PdfCheckBoxStyle
) As String
protected:
String^ StyleToString(
PdfCheckBoxStyle style
)
member StyleToString :
style : PdfCheckBoxStyle -> string
Parameters
-
style
-
Type:
Spire.Pdf.Fields
PdfCheckBoxStyle
The style.
Return Value
Type:
String
String representation of the check box' style.
See Also