VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Pdf.Tree.InteractiveForms.AppearanceGenerators Namespace / PdfRadioButtonSymbolFieldAppearanceGenerator Class / PdfRadioButtonSymbolFieldAppearanceGenerator Constructors / PdfRadioButtonSymbolFieldAppearanceGenerator Constructor(PdfFont,Single,String,String)
Синтаксис Требования Смотрите также
В этом разделе
    PdfRadioButtonSymbolFieldAppearanceGenerator Constructor(PdfFont,Single,String,String)
    В этом разделе
    Инициализирует новый экземпляр класса PdfRadioButtonSymbolFieldAppearanceGenerator.
    Синтаксис
    '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 PdfRadioButtonSymbolFieldAppearanceGenerator(
    Vintasoft.Imaging.Pdf.Tree.Fonts.PdfFont font,
    float fontSize,
    System.String checkedSymbol,
    System.String uncheckedSymbol
    )
    public: PdfRadioButtonSymbolFieldAppearanceGenerator(
    Vintasoft.Imaging.Pdf.Tree.Fonts.PdfFont* font,
    float fontSize,
    System.String checkedSymbol,
    System.String uncheckedSymbol
    )
    public:
    PdfRadioButtonSymbolFieldAppearanceGenerator(
    Vintasoft.Imaging.Pdf.Tree.Fonts.PdfFont^ font,
    float fontSize,
    System.String checkedSymbol,
    System.String uncheckedSymbol
    )

    Parameters

    font
    Шрифт.
    fontSize
    Размер шрифта.
    checkedSymbol
    Отмеченный символ.
    uncheckedSymbol
    Неотмеченный символ.
    Требования

    Целевые платформы: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    Смотрите также