Click or drag to resize
Pdftools logo

RemovalOptionsAnnotations Property

The conversion strategy for annotations

The conversion strategy for annotations.

Annotations in PDF are interactive elements on the pages, such as:

  • Sticky notes
  • Free text annotations
  • Line, square, circle, and polygon annotations
  • Highlight, underline and strikeout annotations
  • Stamp annotations
  • Ink annotations
  • File attachment annotation
  • Sound and movie annotations
  • 3D annotations

Note that this does not include form fields (see FormFields) and links (see Links).

Default: Copy in all profiles.


Namespace: PdfTools.Optimization
Assembly: PdfTools (in PdfTools.dll) Version: 1.5.0+84bd4d36da7e2449ee09fddee89e23a99b6ffcca
Syntax
C#
public ConversionStrategy Annotations { get; set; }

Property Value

ConversionStrategy
See Also