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

    Parameters

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