AnnotationRenderSettings Enumeration |
Settings that control how annotations are rendered.
Namespace:
Atalasoft.Imaging.Codec.Pdf
Assembly:
Atalasoft.dotImage.PdfReader (in Atalasoft.dotImage.PdfReader.dll) Version: 11.5.0.5.0.230 (.NET 4.6.2, x86)
Syntax[FlagsAttribute]
public enum AnnotationRenderSettings
<FlagsAttribute>
Public Enumeration AnnotationRenderSettings
Members|
| Member name | Description |
|---|
| None | |
| RenderWidgetAnnotation | Render Widget annotations. |
| RenderNone | Render no annotations. |
| RenderAll | Render all annotations. |
Remarks These fields can be OR'ed together to combine more than one setting.
See Also