Atalasoft.Annotate.Renderer Namespace |
| Class | Description | |
|---|---|---|
| AnnotationRenderers | This class holds all of the annotation renderers used for drawing the annotations. When a custom
annotation is created, its IAnnotationRenderer should be added to this collection to allow the AnnotationController to render the object. | |
| AnnotationRenderingEngine | This class is the fallback rendering engine used when a specific rendering engine for an annotation can't
be found. | |
| CalloutRenderingEngine | This class is used to render CalloutData objects. | |
| EllipseRenderingEngine | This class is used for rendering EllipseData objects. | |
| EmbeddedImageRenderingEngine | This class is used for rendering EmbeddedImageData objects. | |
| FreehandRenderingEngine | This class is used for rendering FreehandData objects. | |
| HotSpotFreehandRenderingEngine | This class is used for rendering HotSpotFreehandData objects. | |
| HotSpotRenderingEngine | This class is used for rendering HotSpotData objects. | |
| LayerRenderingEngine | This class is used to render LayerData objects. | |
| LineRenderingEngine | This class is used for rendering LineData objects. | |
| LinesRenderingEngine | This class is used for rendering LinesData objects. | |
| OcrRegionRenderingEngine | This class is used for rendering OcrRegionData. | |
| PolygonRenderingEngine | This class is used for rendering PolygonData objects. | |
| RectangleRenderingEngine | This class is used for rendering RectangleData objects. | |
| ReferencedImageRenderingEngine | This class is used for rendering ReferencedImageData objects. | |
| RenderEnvironment | This class is passed into the IAnnotationRenderer methods to provide information for the
rendering process. | |
| RubberStampRenderingEngine | This class is used for rendering RubberStampData objects. | |
| TextAnnotationRenderingEngine | This class is used for rendering TextData objects. |
| Interface | Description | |
|---|---|---|
| IAnnotationGripRenderer | This interface must be implemented by classes used to render annotation grips. | |
| IAnnotationRenderer | This interface must be implemented by classes that will be used to render annotations. |