* Set the icon to display.
(icon: TextAnnotationIcon)
| 130 | * Set the icon to display. |
| 131 | */ |
| 132 | setIcon(icon: TextAnnotationIcon): void { |
| 133 | this.dict.set("Name", PdfName.of(icon)); |
| 134 | this.markModified(); |
| 135 | } |
| 136 | |
| 137 | /** |
| 138 | * State of the annotation (for review workflows). |
nothing calls this directly
no test coverage detected