Click or drag to resize

OmrImagePreprocessingEventArgs Properties

The OmrImagePreprocessingEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyInMarkedImage
The initially passed-in marked image. The image in this value will be preprocessed as long as OutMarkedImage is not set.
Public propertyInTemplateImage
The initially passed-in template image. The image in this value will be preprocessed as long as OutTemplateImage is not set.
Public propertyOutMarkedImage Obsolete.
If set, page preprocessing is skipped and this image is used instead.
Public propertyOutMarkedImageForAlignment
If set, page preprocessing for alignment is skipped and this image is used instead.
Public propertyOutMarkedImageForMarkExtraction
If set, page preprocessing for mark detection is skipped and this image is used instead.
Public propertyOutTemplateImage
If set, template preprocessing is skipped and this image is used instead. If this has a value when the event fires, it's the template's cache.
Top
See Also