VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Pdf Namespace / WebPdfInteractiveFormBarcodeFieldJS type
Members Syntax Hierarchy BrowserCompatibility SeeAlso
In This Topic
    WebPdfInteractiveFormBarcodeFieldJS type
    In This Topic
    Represents a barcode field of interactive form of PDF document.
    Syntax
    // Parameters
    var document; // Type: WebPdfDocumentJS
    var name; // Type: string
    
    var instance = new Vintasoft.Imaging.Pdf.WebPdfInteractiveFormBarcodeFieldJS(document, name);
    
    
    function WebPdfInteractiveFormBarcodeFieldJS;
    
    Inheritance Hierarchy

    Object
       Vintasoft.Imaging.Pdf.WebPdfTreeNodeBaseJS
          Vintasoft.Imaging.Pdf.WebPdfInteractiveFormFieldJS
             Vintasoft.Imaging.Pdf.WebPdfInteractiveFormBarcodeFieldJS

    Browser Compatibility
    56+
    45+
    11
    See Also