Initializes a new instance of FormDropoutColor given RasterColors.
public FormDropoutColor(
RasterColor low,
RasterColor high
)
low
The low RasterColor threshold.
high
The high RasterColor threshold.
public FormDropoutColor(
RasterColor low,
RasterColor high
);
public:
FormDropoutColor(RasterColor^ low, RasterColor^ high)
This constructor initializes a FormDropoutColor Class class object with RasterColor thresholds used to apply color dropout on the Form.
Calling FormProcessingEngine.Process will apply the color dropout on the form.
using Leadtools;
using Leadtools.Barcode;
using Leadtools.Codecs;
using Leadtools.Forms.Common;
using Leadtools.Ocr;
using Leadtools.Forms.Processing;
using Leadtools.Forms.Recognition;
using Leadtools.Forms.Recognition.Barcode;
using Leadtools.Forms.Recognition.Ocr;
using Leadtools.Document;
///This method processes the recognized form.
private void ProcessForm(FormProcessingEngine processingEngine, MyForm form)
{
form.ProcessingPages = form.Master.ProcessingPages;
processingEngine.Pages.Clear();
processingEngine.Pages.AddRange(form.ProcessingPages);
processingEngine.Process(form.Image, form.Alignment);
}
Leadtools.Forms.Processing Namespace
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document