Flags
Syntax
interface Flags {
print?: boolean;
noView?: boolean;
readOnly?: boolean;
}
Attributes
Whether the annotation is printable, default value: true
. Only printable annotations can be printed when the page is printed.
noView
Not to display the annotation or allow a user to interact with the annotation, default value: false
.
readOnly
Not to allow a user to interact with the annotation, default value: false
.