Showing
1 changed file
with
2 additions
and
1 deletions
@@ -179,7 +179,8 @@ abstract class PdfAnnotBase { | @@ -179,7 +179,8 @@ abstract class PdfAnnotBase { | ||
179 | this.subject, | 179 | this.subject, |
180 | this.author, | 180 | this.author, |
181 | }) { | 181 | }) { |
182 | - this.flags = flags ?? { | 182 | + this.flags = flags ?? |
183 | + { | ||
183 | PdfAnnotFlags.print, | 184 | PdfAnnotFlags.print, |
184 | }; | 185 | }; |
185 | } | 186 | } |
-
Please register or login to post a comment