LineAnnotation.LineIntent Property
Gets or sets the annotationâs line intent.
Namespace: DevExpress.Docs.Pdf
Assembly: DevExpress.Docs.Pdf.v26.1.dll
NuGet Package: DevExpress.Docs.Pdf
Declaration
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