VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing.DocCleanup Namespace / WebDocumentSegmentationCommandJS type / set_MinTextLineHeight Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
set_MinTextLineHeight Method
In This Topic
Sets the minimum height, in pixels, of text line.
Syntax
var instance = new Vintasoft.Imaging.ImageProcessing.DocCleanup.WebDocumentSegmentationCommandJS();

var returnValue; // Type: any

// Parameters
var value; // Type: number

returnValue = instance.set_MinTextLineHeight(value);

Parameters

value
Minimum height, in pixels, of text line. Minimum value is 1. Default value is 6.
Exceptions
ExceptionDescription
Thrown if argument has wrong type.
Browser Compatibility
56+
45+
11
See Also