Click or drag to resize

GStateGetDashes Method

Gets the dashes.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public double[] GetDashes()

Return Value

Type: Double
The method fills the vector with an Array of numbers representing the dash pattern The line dash pattern controls the pattern of dashes and gaps used to stroke paths. It is specified by a dash Array and a dash phase. The dash Array's elements are numbers that specify the lengths of alternating dashes and gaps; the dash phase specifies the distance into the dash pattern at which to start the dash. The elements of both the dash Array and the dash phase are expressed in user space units.
See Also