Skip to content

modern-pdf-lib


modern-pdf-lib / getRedactionMarks

Function: getRedactionMarks()

getRedactionMarks(page): readonly RedactionMark[]

Defined in: src/core/redaction.ts:158

Get the pending redaction marks for a page.

Parameters

page

PdfPage

The page to query.

Returns

readonly RedactionMark[]

An array of redaction marks, or an empty array.

Released under the MIT License.