Click or drag to resize

AnnotationIntent Enumeration

Represents the intent of the markup annotation.

Namespace:  Patagames.Pdf.Enums
Assemblies:   Patagames.Pdf.Xamarin.iOS (in Patagames.Pdf.Xamarin.iOS.dll) Version: 4.84.2704
  Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.84.2704
Syntax
public enum AnnotationIntent
Members
  Member nameValueDescription
Unknown0 Unknown intent name.
None1 The intent is not set.
FreeTextCallout2 The annotation is intended to function as a callout. Applied to PdfFreeTextAnnotation
FreeTextTypeWriter3 The annotation is intended to function as a click-to-type or typewriter object. Applied to PdfFreeTextAnnotation
LineArrow4 The annotation is intended to function as an arrow. Applied to PdfLineAnnotation
LineDimension5 The annotation is intended to function as a dimension line. Applied to PdfLineAnnotation
PolygonCloud6 The annotation is intended to function as a cloud object. Applied to PdfPolygonalChainAnnotation
PolyLineDimension7 The polyline annotation is intended to function as a dimension. Applied to PdfPolygonalChainAnnotation
PolygonDimension8 The polygon annotation is intended to function as a dimension. Applied to PdfPolygonalChainAnnotation
See Also