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

Method setHidden

src/annotations/base.ts:225–227  ·  view source on GitHub ↗

* Set whether the annotation is hidden.

(hidden: boolean)

Source from the content-addressed store, hash-verified

223 * Set whether the annotation is hidden.
224 */
225 setHidden(hidden: boolean): void {
226 this.setFlag(AnnotationFlags.Hidden, hidden);
227 }
228
229 /**
230 * Whether the annotation is printable.

Callers 1

Calls 1

setFlagMethod · 0.95

Tested by

no test coverage detected