* Mark the annotation as modified. * Called automatically by setters. * Note: The dict's dirty flag is set automatically by PdfDict operations.
()
| 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. |
no outgoing calls
no test coverage detected