VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing.DocCleanup Namespace / WebLineRemovalCommandJS type / get_LinesType Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_LinesType Method
    In This Topic
    Gets the type of lines to remove.
    Syntax
    var instance = new Vintasoft.Imaging.ImageProcessing.DocCleanup.WebLineRemovalCommandJS();
    
    var value; // Type: Vintasoft.Imaging.ImageProcessing.DocCleanup.WebLinesTypeEnumJS
    value = instance.get_LinesType();
    
    
    function get_LinesType() : WebLinesTypeEnumJS;
    

    Return Value

    An instance of WebLinesTypeEnumJS class. Default value is "Custom".
    Browser Compatibility
    56+
    45+
    11
    See Also