VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.Pdf Namespace / WebPdfInteractiveFormBarcodeFieldJS type / set_BarcodeSymbology Property
Syntax Exceptions Remarks BrowserCompatibility SeeAlso
In This Topic
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
ExceptionDescription
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
56+
45+
11
See Also