VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing.DocCleanup Namespace / WebDeskewDocumentImageCommandJS type / get_RemoveLinesBeforeOrientationDetection Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_RemoveLinesBeforeOrientationDetection Method
    In This Topic
    Gets the value indicating whether the command should remove lines before the orientation detection.
    Syntax
    var instance = new Vintasoft.Imaging.ImageProcessing.DocCleanup.WebDeskewDocumentImageCommandJS();
    
    var value; // Type: boolean
    value = instance.get_RemoveLinesBeforeOrientationDetection();
    
    
    function get_RemoveLinesBeforeOrientationDetection() : boolean;
    

    Return Value

    true - command removes lines before orientation detection; false - command detects orientation on initial image. Default value is False.
    Browser Compatibility
    56+
    45+
    11
    See Also