FPDFPageObj_SetDashPhase method
Experimental API. Set the line dash phase of |page_object|.
page_object - handle to a page object. phase - line dash phase.
Returns TRUE on success.
Implementation
int FPDFPageObj_SetDashPhase(FPDF_PAGEOBJECT page_object, double phase) {
return _FPDFPageObj_SetDashPhase(page_object, phase);
}