PDFView4NET WinForms Edition


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

Property Value

The color of widget's border.
Requirements

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

See Also