VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing.DocCleanup Namespace / WebIsDocumentImageCommandJS type / set_DocumentImageType Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
    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(
    value
    An instance of WebDocumentImageTypeEnumJS class. Default value is "ScannedDocument".
    : WebDocumentImageTypeEnumJS
    ) : any;

    Parameters

    value
    An instance of WebDocumentImageTypeEnumJS class. Default value is "ScannedDocument".
    Exceptions
    ExceptionDescription
    Thrown if argument has wrong type.
    Browser Compatibility
    56+
    45+
    11
    See Also