Skip to contents

Returns a list of N x 2 numeric matrices, one per stroke in an ink annotation's /InkList, or NULL when the annotation is not an ink type. Wraps FPDFAnnot_GetInkListCount + FPDFAnnot_GetInkListPath.

Usage

pdf_annot_ink_paths(annot)

Arguments

annot

A pdfium_annot handle from pdf_annotations() or pdf_annot_at().

Value

List of numeric matrices or NULL.