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

    Return Value

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