Skip to main content

PdfAnnotationBorder.LineStyle Property

Gets the line style of the annotation border.

Namespace: DevExpress.Pdf

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

NuGet Package: DevExpress.Pdf.Core

Declaration

public PdfLineStyle LineStyle { get; }

Property Value

Type Description
PdfLineStyle

A PdfLineStyle enumeration member that is the annotation border line style.

See Also