Skip to main content
All docs
V26.1
  • PolylineAnnotation.PolylineIntent Property

    Gets or sets the intent of the polyline annotation.

    Namespace: DevExpress.Docs.Pdf

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

    Declaration

    public PolylineAnnotationIntent PolylineIntent { get; set; }

    Property Value

    Type Description
    PolylineAnnotationIntent

    The polyline annotation intent.

    Available values:

    Name Description
    None

    Specifies no special polyline annotation intent.

    PolylineDimension

    Specifies that the annotation is intended to display a polyline dimension.

    See Also