* Set whether the annotation is printable.
(printable: boolean)
| 237 | * Set whether the annotation is printable. |
| 238 | */ |
| 239 | setPrintable(printable: boolean): void { |
| 240 | this.setFlag(AnnotationFlags.Print, printable); |
| 241 | } |
| 242 | |
| 243 | /** |
| 244 | * Annotation color. |