Skip to contents

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.

Usage

pdf_path_line_join(obj)

Arguments

obj

A pdfium_obj of type "path" from pdf_page_objects().

Value

Character scalar; one of "miter" (sharp pointed corner, the PDF default), "round" (circular arc at the corner), or "bevel" (flat corner).