Skip to content

ApplyRedactionsOptions

@scaryterry/pdfium


Defined in: src/document/page.ts:165

Options for applying redactions to a page.

readonly optional fillColour: Colour

Defined in: src/document/page.ts:170

Fill colour used for applied redaction boxes inserted into page content. Defaults to opaque black.


readonly optional removeIntersectingAnnotations: boolean

Defined in: src/document/page.ts:175

Whether to remove any annotation that intersects a redaction region. Defaults to true.