In This Topic
Sets a document segmentation command.
Syntax
var instance = new Vintasoft.Imaging.ImageProcessing.DocCleanup.WebOcrPreprocessingCommandJS();
var returnValue; // Type: any
// Parameters
var value; // Type: WebDocumentSegmentationCommandJS
returnValue = instance.set_Segmentation(value);
Parameters
- value
- An instance of WebDocumentSegmentationCommandJS class. By default command is used.
Browser Compatibility
See Also