 | 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
Syntaxpublic enum AnnotationIntent
Public Enumeration AnnotationIntent
public enum class AnnotationIntent
public enum AnnotationIntent
Patagames.Pdf.Enums.AnnotationIntent = function();
Patagames.Pdf.Enums.AnnotationIntent.createEnum('Patagames.Pdf.Enums.AnnotationIntent', false);
Members
| Member name | Value | Description |
---|
| Unknown | 0 |
Unknown intent name.
|
| None | 1 |
The intent is not set.
|
| FreeTextCallout | 2 |
The annotation is intended to function as a callout. Applied to PdfFreeTextAnnotation |
| FreeTextTypeWriter | 3 |
The annotation is intended to function as a click-to-type or typewriter object. Applied to PdfFreeTextAnnotation |
| LineArrow | 4 |
The annotation is intended to function as an arrow. Applied to PdfLineAnnotation |
| LineDimension | 5 |
The annotation is intended to function as a dimension line. Applied to PdfLineAnnotation |
| PolygonCloud | 6 |
The annotation is intended to function as a cloud object. Applied to PdfPolygonalChainAnnotation |
| PolyLineDimension | 7 |
The polyline annotation is intended to function as a dimension. Applied to PdfPolygonalChainAnnotation |
| PolygonDimension | 8 |
The polygon annotation is intended to function as a dimension. Applied to PdfPolygonalChainAnnotation |
See Also