Skip to content

modern-pdf-lib


modern-pdf-lib / SoftMaskRef

Interface: SoftMaskRef

Defined in: src/core/pdfPage.ts:572

Opaque reference to a soft mask Form XObject.

Created by PdfDocument.createSoftMask and consumed by PdfPage.applySoftMask.

Properties

_tag

readonly _tag: "softMask"

Defined in: src/core/pdfPage.ts:573


ref

readonly ref: PdfRef

Defined in: src/core/pdfPage.ts:574

Released under the MIT License.