FPDFPageObj_GetDashCount function
- @Native<FPDF_BOOL Function(FPDF_PAGEOBJECT)>(FPDF_PAGEOBJECT)>()
- 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);