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

Method setRolloverAppearance

src/annotations/base.ts:363–365  ·  view source on GitHub ↗

* Set the rollover appearance stream.

(stream: PdfStream)

Source from the content-addressed store, hash-verified

361 * Set the rollover appearance stream.
362 */
363 setRolloverAppearance(stream: PdfStream): void {
364 this.setAppearance("R", stream);
365 }
366
367 /**
368 * Set the down appearance stream.

Callers

nothing calls this directly

Calls 1

setAppearanceMethod · 0.95

Tested by

no test coverage detected