Free Trial
Web API version
Licensing
Request A Quote
HAVE QUESTIONS OR NEED HELP? SUBMIT THE SUPPORT REQUEST FORM or write email to SUPPORT@BYTESCOUT.COM
Represents a screen annotation.
Inheritance Hierarchy
Bytescout.PDFAnnotation
Bytescout.PDFScreenAnnotation
Namespace: Bytescout.PDF
Assembly: Bytescout.PDF (in Bytescout.PDF.dll) Version: 3.5.1.1204-master
Syntax
The ScreenAnnotation type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Hidden |
Gets or sets a value indicating whether this annotation is hidden.
(Inherited from Annotation.) | |
| Invisible |
Gets or sets a value indicating whether this annotation is invisible.
(Inherited from Annotation.) | |
| Locked |
Gets or sets a value indicating whether this annotation is locked.
(Inherited from Annotation.) | |
| LockedContents |
Gets or sets a value indicating whether to allow the contents of the annotation to be modified by the user.
(Inherited from Annotation.) | |
| NoRotate |
Gets or sets a value indicating whether to rotate the annotation's appearance to match the rotation of the page.
(Inherited from Annotation.) | |
| NoView |
Gets or sets a value indicating whether to display the annotation on the screen and allow it to interact with the user.
(Inherited from Annotation.) | |
| NoZoom |
Gets or sets a value indicating whether to scale the annotations's appearance to match the magnification of the page.
(Inherited from Annotation.) | |
Gets or sets a value indicating whether this annotation gets printed when the page is printed.
(Inherited from Annotation.) | ||
| ReadOnly |
Gets or sets a value indicating whether to allow the annotation to interact with the user.
(Inherited from Annotation.) | |
| ToggleNoView |
Gets or sets a value indicating whether to invert the interpretation of the annotation property for certain events.
(Inherited from Annotation.) | |
| Type |
Gets the Bytescout.PDF.AnnotationType value that specifies the type of this annotation.
(Overrides AnnotationType.) |
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| ToString | (Inherited from Object.) |
See Also