Specifies the type of device annotations will be rendered on. This allows the renderer to adjust for
differences in media.
Namespace:
Atalasoft.Annotate
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax Public Enumeration RenderDevice
Members
| Member name | Description |
---|
| Display | Rendering is going to the screen or a control. |
| Printer | Rendering is for a printer. |
| Image | Rendering is directly to an image. |
See Also