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);
function set_MinTextLineHeight(
: number
) : any;
Parameters
- value
- Minimum height, in pixels, of text line. Minimum value is 1. Default value is 6.
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also