PDFView4NET WinForms Edition


Border Property (PDFPolyLineAnnotation)
Gets or sets the annotation border.
Syntax
'Declaration
 
Public Property Border As PDFAnnotationBorder
'Usage
 
Dim instance As PDFPolyLineAnnotation
Dim value As PDFAnnotationBorder
 
instance.Border = value
 
value = instance.Border
public PDFAnnotationBorder Border {get; set;}

Property Value

The annotation border.
Requirements

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

See Also