---
title: endLineStyle()
framework: pdfkit
role: symbol
role_heading: Instance Method
path: pdfkit/pdfannotationline/endlinestyle()
---

# endLineStyle()

Returns the line ending style for the ending point of the line.

## Declaration

```swift
func endLineStyle() -> PDFLineStyle
```

## Return Value

Return Value The line ending style for the ending point of the line.

## See Also

### Specifying the Line Ending Styles

- [startLineStyle()](pdfkit/pdfannotationline/startlinestyle().md)
- [setStart(_:)](pdfkit/pdfannotationline/setstart(_:)-57pe0.md)
- [setEnd(_:)](pdfkit/pdfannotationline/setend(_:)-9cp0t.md)
