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

Method setDownAppearance

src/annotations/base.ts:370–372  ·  view source on GitHub ↗

* Set the down appearance stream.

(stream: PdfStream)

Source from the content-addressed store, hash-verified

368 * Set the down appearance stream.
369 */
370 setDownAppearance(stream: PdfStream): void {
371 this.setAppearance("D", stream);
372 }
373
374 /**
375 * Get an appearance stream by type.

Callers

nothing calls this directly

Calls 1

setAppearanceMethod · 0.95

Tested by

no test coverage detected