Skip to main content
A newer version of this page is available. .
All docs
V23.1
.NET Framework 4.5.2+

PdfPolyLineAnnotationFacade.LineEndStyle Property

Gets or sets the style of the line’s end point.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v23.1.Core.dll

NuGet Package: DevExpress.Pdf.Core

Declaration

public PdfAnnotationLineEndingStyle LineEndStyle { get; set; }

Property Value

Type Description
PdfAnnotationLineEndingStyle

Indicates the line start style.

See Also