Skip to main content
All docs
V26.1
  • FreeTextAnnotationIntent Enum

    Lists intents of free text annotations.

    Namespace: DevExpress.Docs.Pdf

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

    Declaration

    public enum FreeTextAnnotationIntent

    Members

    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.

    Related API Members

    The following properties accept/return FreeTextAnnotationIntent values:

    See Also