ApplyRedactionsOptions
Defined in: src/document/page.ts:165
Options for applying redactions to a page.
Properties
Section titled “Properties”fillColour?
Section titled “fillColour?”
readonlyoptionalfillColour:Colour
Defined in: src/document/page.ts:170
Fill colour used for applied redaction boxes inserted into page content. Defaults to opaque black.
removeIntersectingAnnotations?
Section titled “removeIntersectingAnnotations?”
readonlyoptionalremoveIntersectingAnnotations:boolean
Defined in: src/document/page.ts:175
Whether to remove any annotation that intersects a redaction region.
Defaults to true.