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

    Parameters

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

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

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