VintaSoft Imaging .NET SDK 14.1: Документация для .NET разработчика
Vintasoft.Imaging.Pdf.Tree.InteractiveForms Namespace / PdfInteractiveFormRadioButtonGroupField Class / PdfInteractiveFormRadioButtonGroupField Constructors / PdfInteractiveFormRadioButtonGroupField Constructor(PdfDocument,String)
Синтаксис Требования Смотрите также
В этом разделе
    PdfInteractiveFormRadioButtonGroupField Constructor(PdfDocument,String)
    В этом разделе
    Инициализирует новый экземпляр класса PdfInteractiveFormRadioButtonGroupField.
    Синтаксис
    'Declaration
    
    Public Function New( _
    ByVal document
    Родительский документ поля.
    As Vintasoft.Imaging.Pdf.PdfDocument, _
    ByVal name
    Частичное имя поля.
    As System.String _
    )
    public PdfInteractiveFormRadioButtonGroupField(
    Vintasoft.Imaging.Pdf.PdfDocument document,
    System.String name
    )
    public: PdfInteractiveFormRadioButtonGroupField(
    Vintasoft.Imaging.Pdf.PdfDocument* document,
    System.String name
    )
    public:
    PdfInteractiveFormRadioButtonGroupField(
    Vintasoft.Imaging.Pdf.PdfDocument^ document,
    System.String name
    )

    Parameters

    document
    Родительский документ поля.
    name
    Частичное имя поля.
    Требования

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

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