VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing.DocCleanup Namespace / WebOcrPreprocessingCommandJS type / get_Segmentation Property
Syntax BrowserCompatibility SeeAlso
In This Topic
get_Segmentation Method
In This Topic
Gets a document segmentation command.
Syntax
var instance = new Vintasoft.Imaging.ImageProcessing.DocCleanup.WebOcrPreprocessingCommandJS();

var value; // Type: Vintasoft.Imaging.ImageProcessing.DocCleanup.WebDocumentSegmentationCommandJS
value = instance.get_Segmentation();

Return Value

An instance of WebDocumentSegmentationCommandJS class. By default command is used.
Browser Compatibility
56+
45+
11
See Also