VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing.DocCleanup Namespace / WebGetDocumentImageRotationAngleCommandJS type / set_RemoveLinesBeforeTextOrientationDetection Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
    set_RemoveLinesBeforeTextOrientationDetection Method
    In This Topic
    Sets the value indicating whether the command should remove lines before the orientation detection.
    Syntax
    var instance = new Vintasoft.Imaging.ImageProcessing.DocCleanup.WebGetDocumentImageRotationAngleCommandJS();
    
    var returnValue; // Type: any
    
    // Parameters
    var value; // Type: boolean
    
    returnValue = instance.set_RemoveLinesBeforeTextOrientationDetection(value);
    
    
    function set_RemoveLinesBeforeTextOrientationDetection(
    value
    true - command removes lines before orientation detection; false - command detects orientation on initial image. Default value is False.
    : boolean
    ) : any;

    Parameters

    value
    true - command removes lines before orientation detection; false - command detects orientation on initial image. Default value is False.
    Exceptions
    ExceptionDescription
    Thrown if argument has wrong type.
    Browser Compatibility
    56+
    45+
    11
    See Also