constructor(dash?: number, gap?: number, phase?: number): PdfDashPattern
Initializes a new instance of the PdfDashPattern class.
The length of alternating dashes, in points.
The length of alternating gaps, in points.
The distance in the dash pattern to start the dash at, in points.
Gets or sets the length of alternating dashes, in points. The default value is null which indicates no dash pattern, but a solid line.
Gets or sets the length of alternating gaps, in points. The default value is equal to dash which indicates that dashes and gaps will have the same length.
Gets or sets the distance in the dash pattern to start the dash at, in points. The default value is 0.
equals(value: PdfDashPattern): boolean
Determines whether the specified PdfDashPattern instance is equal to the current one.
PdfDashPattern to compare.
Represents the dash pattern used to stroke paths.