PdfLineStyleDashPattern Property |
Gets or sets the dash pattern used for lines. This is an array of doubles that represents alternating on and
off patterns of dashes in PDF units. An empty array is a solid line. A single number is alternated on and off (ie,
[4] will be 4 units on, 4 units off). More than a single number will be alternated. Default is an empty array.
Namespace:
Atalasoft.PdfDoc.Generating.Rendering
Assembly:
Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public double[] DashPattern { get; set; }
Public Property DashPattern As Double()
Get
Set
Property Value
Type:
Double
The dash pattern.
See Also