set_PDF417EncodingMode Method
In This Topic
Sets PDF417 data encoding mode.
Syntax
var instance = new Vintasoft.Barcode.Web2DBarcodeWriterSettingsJS();
var returnValue; // Type: any
// Parameters
var value; // Type: WebPDF417EncodingModeEnumJS
returnValue = instance.set_PDF417EncodingMode(value);
function set_PDF417EncodingMode(
: WebPDF417EncodingModeEnumJS
) : any;
Parameters
- value
- An instance of WebPDF417EncodingModeEnumJS class that defines the PDF417 data encoding mode.
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also