'Declaration Public Function New( _
ByVal fontSizeThe font size.As Single, _
ByVal checkedSymbolThe checked symbol from ZapfDingbats font.As System.String, _
ByVal uncheckedSymbolThe unchecked symbol from ZapfDingbats font.As System.String _
)
public PdfRadioButtonSymbolFieldAppearanceGenerator(
float fontSize,
System.String checkedSymbol,
System.String uncheckedSymbol
)
public: PdfRadioButtonSymbolFieldAppearanceGenerator(
float fontSize,
System.String checkedSymbol,
System.String uncheckedSymbol
)
public:
PdfRadioButtonSymbolFieldAppearanceGenerator(
float fontSize,
System.String checkedSymbol,
System.String uncheckedSymbol
)
Parameters
- fontSize
- The font size.
- checkedSymbol
- The checked symbol from ZapfDingbats font.
- uncheckedSymbol
- The unchecked symbol from ZapfDingbats font.