set_BarcodeSymbology Method
In This Topic
Sets the barcode symbology of barcode field.
Syntax
var instance = new Vintasoft.Imaging.Pdf.WebPdfInteractiveFormBarcodeFieldJS(document, name);
var returnValue; // Type: any
// Parameters
var value; // Type: WebBarcodeSymbologyTypeEnumJS
returnValue = instance.set_BarcodeSymbology(value);
Parameters
- value
- WebBarcodeSymbologyTypeEnumJS object.
Exceptions
| Exception | Description |
| Thrown if argument has wrong type. |
Remarks
This property always sets the WebPdfInteractiveFormBarcodeFieldJS.get_ErrorCorrectionCoefficient property to the default value for the specified symbology: PDF417 - 5(Level5), QR - 2(Q).
Browser Compatibility
See Also