FPDFPageObj_GetLineCap method
Get the line cap of |page_object|.
page_object - handle to a page object.
Returns the line cap, or -1 on failure. Line cap can be one of following: FPDF_LINECAP_BUTT, FPDF_LINECAP_ROUND, FPDF_LINECAP_PROJECTING_SQUARE
Implementation
int FPDFPageObj_GetLineCap(FPDF_PAGEOBJECT page_object) {
return _FPDFPageObj_GetLineCap(page_object);
}