VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.Pdf Namespace / WebPdfInteractiveFormBarcodeFieldJS type / set_Resolution Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
set_Resolution Method
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);

Parameters

value
Resolution. Default value is 300.
Exceptions
ExceptionDescription
Thrown if argument has wrong type.
Browser Compatibility
56+
45+
11
See Also