set_DocumentImageType Method
In This Topic
Sets the type of the analyzing document image.
Syntax
var instance = new Vintasoft.Imaging.ImageProcessing.DocCleanup.WebIsDocumentImageCommandJS();
var returnValue; // Type: any
// Parameters
var value; // Type: WebDocumentImageTypeEnumJS
returnValue = instance.set_DocumentImageType(value);
function set_DocumentImageType(
: WebDocumentImageTypeEnumJS
) : any;
Parameters
- value
- An instance of WebDocumentImageTypeEnumJS class. Default value is "ScannedDocument".
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also