OmrImagePreprocessingEventArgs Class |
Namespace: Atalasoft.FormsProcessing.Omr
The OmrImagePreprocessingEventArgs type exposes the following members.
| Name | Description | |
|---|---|---|
| OmrImagePreprocessingEventArgs | Creates a new instance of OmrImagePreprocessingEventArgs. |
| Name | Description | |
|---|---|---|
| InMarkedImage | The initially passed-in marked image. The image in this value will be preprocessed as long as
OutMarkedImage is not set. | |
| InTemplateImage | The initially passed-in template image. The image in this value will be preprocessed as long as
OutTemplateImage is not set. | |
| OutMarkedImage | Obsolete. If set, page preprocessing is skipped and this image is used instead. | |
| OutMarkedImageForAlignment |
If set, page preprocessing for alignment is skipped and this image is used instead.
| |
| OutMarkedImageForMarkExtraction |
If set, page preprocessing for mark detection is skipped and this image is used instead.
| |
| OutTemplateImage | 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. |
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |