PDFView4NET WinForms Edition


DashPattern Property
Gets or sets the array that represents the dash pattern when the BorderStyle property is set to PDFAnnotationBorderStyle.Dashed.
Syntax
'Declaration
 
Public Property DashPattern As Double()
'Usage
 
Dim instance As PDFSCAnnotation
Dim value() As Double
 
instance.DashPattern = value
 
value = instance.DashPattern
public double[] DashPattern {get; set;}
Requirements

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

See Also