R/api_completion.R
pdf_obj_transform_clip_path.Rd
Wraps FPDFPageObj_TransformClipPath. Applies a 6-tuple affine transform (a, b, c, d, e, f) to the existing clip path of a page object — useful for scaling / rotating / translating a previously-set clip without rebuilding it.
FPDFPageObj_TransformClipPath
(a, b, c, d, e, f)
pdf_obj_transform_clip_path(obj, matrix)
A pdfium_obj with an existing clip path.
pdfium_obj
Numeric length-6 vector c(a, b, c, d, e, f).
c(a, b, c, d, e, f)
Invisibly returns the parent pdfium_doc.
pdfium_doc