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.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax [FlagsAttribute]
public enum AnnotationRenderSettings
<FlagsAttribute>
Public Enumeration AnnotationRenderSettings
Members
| Member name | Description |
---|
| None | |
| Render3DAnnotation | Obsolete. Render 3D annotations. |
| RenderCaretAnnotation | Obsolete. Render Caret annotations. |
| RenderCircleAnnotation | Obsolete. Render Circle annotations. |
| RenderFileAttachmentAnnotation | Obsolete. Render FileAttachment annotations. |
| RenderFreeTextAnnotation | Obsolete. Render FreeText annotations. |
| RenderHighlightAnnotation | Obsolete. Render Highlight annotations. |
| RenderInkAnnotation | Obsolete. Render Ink annotations. |
| RenderLineAnnotation | Obsolete. Render Line annotations. |
| RenderLinkAnnotation | Obsolete. Render Link annotations. |
| RenderMovieAnnotation | Obsolete. Render Movie annotations. |
| RenderPolygonAnnotation | Obsolete. Render Polygon annotations. |
| RenderPolylineAnnotation | Obsolete. Render Polyline annotations. |
| RenderPopupAnnotation | Obsolete. Render Popup annotations. |
| RenderPrinterMarkAnnotation | Obsolete. Render PrinterMark annotations. |
| RenderRubberStampAnnotation | Obsolete. Render RubberStamp annotations. |
| RenderScreenAnnotation | Obsolete. Render Screen annotations. |
| RenderSoundAnnotation | Obsolete. Render Sound annotations. |
| RenderSquareAnnotation | Obsolete. Render Square annotations. |
| RenderSquigglyUnderlineAnnotation | Obsolete. Render SquigglyUnderline annotations. |
| RenderStrikeOutAnnotation | Obsolete. Render StrikeOut annotations. |
| RenderTextAnnotation | Obsolete. Render Text annotations. |
| RenderTrapNetAnnotation | Obsolete. Render TrapNet annotations. |
| RenderUnderlineAnnotation | Obsolete. Render Underline annotations. |
| RenderWatermarkAnnotation | Obsolete. Render Watermark annotations. |
| 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