PdfFreeTextAnnotationWidget
BorderStyle Property
|
Gets the border style
Namespace:
Spire.Pdf.Annotations
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public PdfBorderStyle BorderStyle { get; }
Public ReadOnly Property BorderStyle As PdfBorderStyle
Get
public:
property PdfBorderStyle BorderStyle {
PdfBorderStyle get ();
}
member BorderStyle : PdfBorderStyle with get
Property Value
Type:
PdfBorderStyle
See Also