PdfMarkupAnnotationIntent Enum
An enumeration describing the intent of the PdfMarkupAnnotation.
Intents allow conforming readers to distinguish between different uses and behaviors of a single markup annotation type.
Fields
Caret | The PdfCaretAnnotation is intended to function as a plain caret annotation. |
CaretReplace | The PdfCaretAnnotation is intended to function as a caret next to the text that should be replaced. |
CrossOut | The PdfTextMarkupAnnotation is intended to function as a plain cross-out annotation. |
CrossOutTextEdit | The PdfTextMarkupAnnotation is intended to function as a cross-out over the text that should be edited. |
Line | The line annotation is intended to function as a plain line annotation. |
LineArrow | The line annotation is intended to function as an arrow. |
LineDimension | The line annotation is intended to function as a dimension line. |
Polygon | The polygon annotation is intended to function as a plain polygon annotation. |
PolygonCloud | The polygon annotation is intended to function as a cloud object. |
PolygonDimension | (PDF 1.7) The polygon annotation is intended to function as a dimension polygon. |
PolyLine | The polyline annotation is intended to function as a plain polyline annotation. |
PolyLineDimension | (PDF 1.7) The polyline annotation is intended to function as a dimension polyline. |
Stamp | (PDF 2.0) The appearance of this PdfStampAnnotation is a rubber stamp. |
StampImage | (PDF 2.0) The appearance of this PdfStampAnnotation is an Image. |
StampSnapshot | (PDF 2.0) The appearance of this PdfStampAnnotation has been taken from preexisting PDF content. |
TextBox | The PdfFreeTextAnnotation is intended to function as a plain free-text annotation. A plain free-text annotation is also known as a text box comment. |
TextCallout | The PdfFreeTextAnnotation is intended to function as a callout. The callout is associated with an area on the page through the callout line specified in the GemBox.Pdf.Annotations.PdfFreeTextAnnotation.CalloutLine. |
TextComment | The PdfFreeTextAnnotation is intended to function as a click-to-type or typewriter object and no callout line is drawn. |
Underline | The PdfTextMarkupAnnotation is intended to function as an underline. |
Unknown | Markup annotation intent is unknown or not supported. |