FreeTextIntent Enumeration |
Enumerates the intents of the free text annotation.
Namespace: Aspose.Pdf.AnnotationsAssembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntaxpublic enum FreeTextIntent
Public Enumeration FreeTextIntent
public enum class FreeTextIntent
Members
| Member name | Value | Description |
---|
| Undefined | 0 |
Not defined state.
|
| FreeTextCallout | 1 |
Means that the annotation is intended to function as a callout.
|
| FreeTextTypeWriter | 2 |
Means that the annotation is intended to function as a click-to-type or typewriter object.
|
See Also