* Set the annotation name.
(name: string)
| 161 | * Set the annotation name. |
| 162 | */ |
| 163 | setName(name: string): void { |
| 164 | this.dict.set("NM", PdfString.fromString(name)); |
| 165 | this.markModified(); |
| 166 | } |
| 167 | |
| 168 | /** |
| 169 | * Modification date. |
nothing calls this directly
no test coverage detected