Click or drag to resize

PdfiumFPDFPageObj_GetDashArray Method

Get the line dash array.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static float[] FPDFPageObj_GetDashArray(
	IntPtr page_obj
)

Parameters

page_obj  IntPtr
A handle to a page object. Returned by FPDFPageObj_Create(PageObjectTypes) or FPDFPage_GetObject(IntPtr, Int32)

Return Value

Single
An array of numbers that specify the lengths of alternating dashes and gaps; the numbers must be nonnegative and not all zero.
See Also