PDFView4NET WinForms Edition


BorderStyle Property (PDFFreeTextAnnotation)
Gets or sets the widget's border style.
Syntax
'Declaration
 
Public Property BorderStyle As PDFBorderStyle
'Usage
 
Dim instance As PDFFreeTextAnnotation
Dim value As PDFBorderStyle
 
instance.BorderStyle = value
 
value = instance.BorderStyle
public PDFBorderStyle BorderStyle {get; set;}

Property Value

The style of widget's border.
Requirements

Target Platforms: Windows 7, Windows 10, Windows 11, Windows Server 2022, Windows Server 2025

See Also