Click or drag to resize
Pdftools logo

AnnotationOptions Enumeration

Defines how to render annotations and their popups

Annotations associate an object such as a sticky note, link or rich media with a location on a PDF page; they may also provide user interaction by means of the mouse and keyboard.

Some annotations have an associated popup.


Namespace: PdfTools.Pdf2Image
Assembly: PdfTools (in PdfTools.dll) Version: 1.4.0+fc8bb87ea2616e7f35d94e0588d333abae862a7a
Syntax
C#
public enum AnnotationOptions
Members
Member nameValueDescription
ShowAnnotations1

Render the annotation without the associated popup

ShowAnnotationsAndPopups2

Render the annotation and the associated popup

See Also