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

    Parameters

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