OcrRegionRenderingEngineRenderAnnotation Method |
Called to render an annotation.
Namespace:
Atalasoft.Annotate.Renderer
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 2026.2.0.0.42 (.NET 4.6.2, x86)
Syntax
Exceptions| Exception | Condition |
|---|
| ArgumentNullException |
annotation
or
e
|
| ArgumentException | Only OcrRegionData objects can be rendered using the OcrRegionRenderingEngine.;annotation |
Remarks
This class will simply render a rectangle with the name of the annotation. For custom annotations a new
class implementing
IAnnotationRenderer or derived from another renderer must be created.
See Also