VintaSoft Barcode .NET SDK 16.0: Documentation for Web developer
Vintasoft.Barcode Namespace / Web2DBarcodeWriterSettingsJS type / set_PDF417Rows Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
set_PDF417Rows Method
In This Topic
Sets PDF417 row count.
Syntax
var instance = new Vintasoft.Barcode.Web2DBarcodeWriterSettingsJS();

var returnValue; // Type: any

// Parameters
var value; // Type: number

returnValue = instance.set_PDF417Rows(value);

Parameters

value
PDF417 row count.
Exceptions
ExceptionDescription
Thrown if argument has wrong type.
Browser Compatibility
9
5
11
5
See Also