Skip to main content
A newer version of this page is available. .
All docs
V21.2
.NET Framework 4.5.2+

PdfFreeTextAnnotationIntent Enum

Specifies the intent of free text annotations.

Namespace: DevExpress.Pdf

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

NuGet Package: DevExpress.Pdf.Core

Declaration

[PdfDefaultField(PdfFreeTextAnnotationIntent.FreeText)]
public enum PdfFreeTextAnnotationIntent

Members

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.

See Also