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.4.0+fc8bb87ea2616e7f35d94e0588d333abae862a7a
Syntax
C#
public ConversionStrategy Annotations { get; set; }

Property Value

ConversionStrategy
See Also