'Declaration Public Function New( _
ByVal fontШрифт.As Vintasoft.Imaging.Pdf.Tree.Fonts.PdfFont, _
ByVal fontSizeРазмер шрифта.As Single, _
ByVal checkedSymbolОтмеченный символ.As System.String, _
ByVal uncheckedSymbolНеотмеченный символ.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
- Шрифт.
- fontSize
- Размер шрифта.
- checkedSymbol
- Отмеченный символ.
- uncheckedSymbol
- Неотмеченный символ.