In This Topic
Sets the resolution, in dots-per-inch (dpi), at which the barcode object shall be rendered.
Syntax
var instance = new Vintasoft.Imaging.Pdf.WebPdfInteractiveFormBarcodeFieldJS(document, name);
var returnValue; // Type: any
// Parameters
var value; // Type: number
returnValue = instance.set_Resolution(value);
function set_Resolution(
: number
) : any;
Parameters
- value
- Resolution. Default value is 300.
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also