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.5.0+84bd4d36da7e2449ee09fddee89e23a99b6ffcca
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