MCPcopy Create free account
hub / github.com/LibPDF-js/core / setNormalAppearance

Method setNormalAppearance

src/annotations/base.ts:356–358  ·  view source on GitHub ↗

* Set the normal appearance stream.

(stream: PdfStream)

Source from the content-addressed store, hash-verified

354 * Set the normal appearance stream.
355 */
356 setNormalAppearance(stream: PdfStream): void {
357 this.setAppearance("N", stream);
358 }
359
360 /**
361 * Set the rollover appearance stream.

Calls 1

setAppearanceMethod · 0.95

Tested by

no test coverage detected