Back to Devexpress

PdfFreeTextAnnotationIntent Enum

officefileapi-devexpress-dot-pdf-27cce9b4.md

latest1.4 KB
Original Source

PdfFreeTextAnnotationIntent Enum

Specifies the intent of free text annotations.

Namespace : DevExpress.Pdf

Assembly : DevExpress.Pdf.v25.2.Core.dll

NuGet Package : DevExpress.Pdf.Core

Declaration

csharp
[PdfDefaultField(PdfFreeTextAnnotationIntent.FreeText)]
public enum PdfFreeTextAnnotationIntent
vb
<PdfDefaultField(PdfFreeTextAnnotationIntent.FreeText)>
Public Enum PdfFreeTextAnnotationIntent

Members

NameDescription
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

DevExpress.Pdf Namespace