Skip to main content

PdfWidgetAnnotation.BorderStyle Property

Gets a value specifying the width and line style that shall be used in drawing the widget annotation’s border.

Namespace: DevExpress.Pdf

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

NuGet Package: DevExpress.Pdf.Core

Declaration

public PdfAnnotationBorderStyle BorderStyle { get; }

Property Value

Type Description
PdfAnnotationBorderStyle

A PdfAnnotationBorderStyle object that represents the widget annotation border style.

See Also