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

Method setPrintable

src/annotations/base.ts:239–241  ·  view source on GitHub ↗

* Set whether the annotation is printable.

(printable: boolean)

Source from the content-addressed store, hash-verified

237 * Set whether the annotation is printable.
238 */
239 setPrintable(printable: boolean): void {
240 this.setFlag(AnnotationFlags.Print, printable);
241 }
242
243 /**
244 * Annotation color.

Callers

nothing calls this directly

Calls 1

setFlagMethod · 0.95

Tested by

no test coverage detected