Returns the PDF line-join style applied at corners along a stroked
path. Maps to the LJ operand and corresponds to PDFium's
FPDFPageObj_GetLineJoin.
Arguments
- obj
A
pdfium_objof type"path"frompdf_page_objects().
Value
Character scalar; one of "miter" (sharp pointed corner,
the PDF default), "round" (circular arc at the corner), or
"bevel" (flat corner).