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

Method markModified

src/annotations/base.ts:425–427  ·  view source on GitHub ↗

* Mark the annotation as modified. * Called automatically by setters. * Note: The dict's dirty flag is set automatically by PdfDict operations.

()

Source from the content-addressed store, hash-verified

423 * Note: The dict's dirty flag is set automatically by PdfDict operations.
424 */
425 protected markModified(): void {
426 this._modified = true;
427 }
428
429 /**
430 * Check if the annotation has been modified.

Callers 15

setRectMethod · 0.95
setContentsMethod · 0.95
setNameMethod · 0.95
setModificationDateMethod · 0.95
setFlagMethod · 0.95
setColorMethod · 0.95
setBorderStyleMethod · 0.95
setAppearanceMethod · 0.95
setOpenMethod · 0.80
setIconMethod · 0.80
setStateMethod · 0.80
setStateModelMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected