'Declaration Public Function New( _
ByVal fontThe font.As Vintasoft.Imaging.Pdf.Tree.Fonts.PdfFont, _
ByVal fontSizeThe font size.As Single, _
ByVal checkedSymbolThe checked symbol.As System.String, _
ByVal uncheckedSymbolThe unchecked symbol.As System.String _
)
public PdfCheckBoxSymbolFieldAppearanceGenerator(
Vintasoft.Imaging.Pdf.Tree.Fonts.PdfFont font,
float fontSize,
System.String checkedSymbol,
System.String uncheckedSymbol
)
public: PdfCheckBoxSymbolFieldAppearanceGenerator(
Vintasoft.Imaging.Pdf.Tree.Fonts.PdfFont* font,
float fontSize,
System.String checkedSymbol,
System.String uncheckedSymbol
)
public:
PdfCheckBoxSymbolFieldAppearanceGenerator(
Vintasoft.Imaging.Pdf.Tree.Fonts.PdfFont^ font,
float fontSize,
System.String checkedSymbol,
System.String uncheckedSymbol
)
Parameters
- font
- The font.
- fontSize
- The font size.
- checkedSymbol
- The checked symbol.
- uncheckedSymbol
- The unchecked symbol.