| PdfPathObjectGetDashArray Method |
Get the line dash array.
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.89.2704
Syntax public float[] GetDashArray()
Public Function GetDashArray As Single()
public:
array<float>^ GetDashArray()
member GetDashArray : unit -> float32[]
public float[] GetDashArray()
Return Value
SingleAn array of numbers that specify the lengths of alternating dashes and gaps; the numbers must be nonnegative and not all zero.
See Also