officefileapi-devexpress-dot-pdf-27cce9b4.md
Specifies the intent of free text annotations.
Namespace : DevExpress.Pdf
Assembly : DevExpress.Pdf.v25.2.Core.dll
NuGet Package : DevExpress.Pdf.Core
[PdfDefaultField(PdfFreeTextAnnotationIntent.FreeText)]
public enum PdfFreeTextAnnotationIntent
<PdfDefaultField(PdfFreeTextAnnotationIntent.FreeText)>
Public Enum PdfFreeTextAnnotationIntent
| Name | Description |
|---|---|
FreeText |
The annotation is intended to function as a free text annotation (text box comment).
|
| FreeTextCallout |
The annotation is intended to function as a callout annotation.
|
| FreeTextTypewriter |
The annotation is intended to function as click-to-type or a typewriter object. This type of annotation has no callout or border.
|
The following properties accept/return PdfFreeTextAnnotationIntent values:
See Also