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
)
Protected Function StringToStyle (
style As String
) As PdfCheckBoxStyle
protected:
PdfCheckBoxStyle StringToStyle(
String^ style
)
member StringToStyle :
style : string -> PdfCheckBoxStyle
Parameters
-
style
-
Type:
System
String
The style.
Return Value
Type:
PdfCheckBoxStyle
Enum representation of the radio button's style.
See Also