Skip to main content
All docs
V26.1
  • FreeTextAnnotation.FreeTextIntent Property

    Gets or sets the intent of a free text annotation.

    Namespace: DevExpress.Docs.Pdf

    Assembly: DevExpress.Docs.Pdf.v26.1.dll

    Declaration

    public FreeTextAnnotationIntent FreeTextIntent { get; set; }

    Property Value

    Type Description
    FreeTextAnnotationIntent

    The annotation intent type.

    Available values:

    Name Description
    FreeText

    The annotation should function as a free text annotation (text box comment).

    FreeTextCallout

    The annotation should function as a callout annotation.

    FreeTextTypewriter

    The annotation should function as click-to-type or a typewriter object. This type of annotation has no callout or border.

    See Also