Skip to main content

PdfAnnotationBorder.LineWidth Property

Gets the thickness of the line to be used in drawing the annotation’s border.

Namespace: DevExpress.Pdf

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

NuGet Package: DevExpress.Pdf.Core

Declaration

public double LineWidth { get; }

Property Value

Type Description
Double

A double value that is the line width of the annotation’s border.

See Also