In This Topic
Sets scan interval on X axis.
Syntax
var instance = new Vintasoft.Imaging.ImageProcessing.DocCleanup.WebGetRotationAngleCommandJS();
var returnValue; // Type: any
// Parameters
var value; // Type: number
returnValue = instance.set_ScanIntervalX(value);
function set_ScanIntervalX(
: number
) : any;
Parameters
- value
- Scan interval on X axis. Valid value is any positive value. Recommended values are from 1 to 10. Default value is 1.
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also