Skip to contents

Wraps FPDFPageObj_SetLineCap. Allowed values: "butt", "round", "projecting_square".

Usage

pdf_path_set_line_cap(obj, cap)

Arguments

obj

A pdfium_obj of type "path". Parent doc must be readwrite.

cap

Character scalar; one of "butt", "round", "projecting_square".

Value

Invisibly returns the parent pdfium_doc.