Skip to main content
All docs
V26.1
  • LineAnnotation.LineIntent Property

    Gets or sets the annotation’s line intent.

    Namespace: DevExpress.Docs.Pdf

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

    Declaration

    public LineAnnotationIntent LineIntent { get; set; }

    Property Value

    Type Description
    LineAnnotationIntent

    A line annotation intent.

    Available values:

    Name Description
    None

    Specifies no special line annotation intent.

    LineArrow

    Specifies that the annotation is intended to represent an arrow.

    LineDimension

    Specifies that the annotation is intended to represent a dimension line.

    See Also