Resource Base
Table of contents

Flags

Syntax

interface Flags {
    print?: boolean; 
    noView?: boolean; 
    readOnly?: boolean; 
}

Attributes

print

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.

This page is compatible for:

Is this page helpful?

YesYes NoNo

In this article:

latest version

    • Latest version(2.0)
    • Version 1.x
      • Version 1.1
    Change +