FPDFPageObj_GetDashCount function

  1. @Native<FPDF_BOOL Function(FPDF_PAGEOBJECT)>(FPDF_PAGEOBJECT)>()
int FPDFPageObj_GetDashCount(
  1. FPDF_PAGEOBJECT page_object
)

Experimental API. Get the line dash array of |page_object|.

page_object - handle to a page object.

Returns the line dash array size or -1 on failure.

Implementation

@ffi.Native<ffi.Int Function(FPDF_PAGEOBJECT)>()
external int FPDFPageObj_GetDashCount(FPDF_PAGEOBJECT page_object);