VintaSoft Imaging .NET SDK 14.1: Документация для Веб разработчика
Vintasoft.Imaging.Pdf Namespace / WebPdfInteractiveFormListBoxJS type / WebPdfInteractiveFormListBoxJS Constructor(WebPdfDocumentJS,string)
Syntax BrowserCompatibility SeeAlso
В этом разделе
    WebPdfInteractiveFormListBoxJS Constructor(WebPdfDocumentJS,string)
    В этом разделе
    Initializes a new instance of the WebPdfInteractiveFormListBoxJS class.
    Синтаксис
    // Parameters
    var document; // Type: WebPdfDocumentJS
    var name; // Type: string
    
    var instance = new Vintasoft.Imaging.Pdf.WebPdfInteractiveFormListBoxJS(document, name);
    
    
    function WebPdfInteractiveFormListBoxJS(
    document
    WebPdfDocumentJS объект.
    : WebPdfDocumentJS,
    name
    Частичное имя поля.
    : string
    ) : WebPdfInteractiveFormListBoxJS;

    Parameters

    document
    WebPdfDocumentJS объект.
    name
    Частичное имя поля.
    Совместимость с веб браузерами
    9
    5
    11
    5
    Смотрите также