PdfAnnotationOperation Enum
Definition
Identifies the annotation operation that failed, so a host can respond to (or ignore) specific kinds of failure without parsing the message text.
public enum PdfAnnotationOperation
Fields
| Name | Description |
|---|---|
| AddInk | Committing a freehand ink stroke. |
| AddMarkup | Creating a text markup annotation (highlight, underline, strikeout, squiggly). |
| AddShape | Creating a shape, line, arrow, polygon or free-text annotation. |
| Delete | Deleting an annotation. |
| EditText | Editing the text inside an existing annotation. |
| Link | Creating, editing or deleting a link. |
| Modify | Moving, resizing, rotating or restyling an existing annotation. |
| Other | An operation not covered by the other values. |
| Redact | Applying a redaction. |
| StickyNote | Creating or updating a sticky note. |
AddInk Field
Committing a freehand ink stroke.
public Avalonia.Controls.PdfAnnotationOperation AddInk
AddMarkup Field
Creating a text markup annotation (highlight, underline, strikeout, squiggly).
public Avalonia.Controls.PdfAnnotationOperation AddMarkup
AddShape Field
Creating a shape, line, arrow, polygon or free-text annotation.
public Avalonia.Controls.PdfAnnotationOperation AddShape
Delete Field
Deleting an annotation.
public Avalonia.Controls.PdfAnnotationOperation Delete
EditText Field
Editing the text inside an existing annotation.
public Avalonia.Controls.PdfAnnotationOperation EditText
Link Field
Creating, editing or deleting a link.
public Avalonia.Controls.PdfAnnotationOperation Link
Modify Field
Moving, resizing, rotating or restyling an existing annotation.
public Avalonia.Controls.PdfAnnotationOperation Modify
Other Field
An operation not covered by the other values.
public Avalonia.Controls.PdfAnnotationOperation Other
Redact Field
Applying a redaction.
public Avalonia.Controls.PdfAnnotationOperation Redact
StickyNote Field
Creating or updating a sticky note.
public Avalonia.Controls.PdfAnnotationOperation StickyNote