PDFView4NET WinForms Edition


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

Property Value

The style of the annotation's border.
Requirements

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

See Also