Link Search Menu Expand Document

Annotation Class

Represents an abstract class for annotation objects.
Inheritance Hierarchy
SystemObject
Bytescout.PDFAnnotation
More...

Namespace:Bytescout.PDF
Assembly: Bytescout.PDF (in Bytescout.PDF.dll) Version: 3.5.1.1204-master
Syntax
public abstract class Annotation

The Annotation type exposes the following members.

Properties
NameDescription
Public propertyHidden
Gets or sets a value indicating whether this annotation is hidden.
Public propertyInvisible
Gets or sets a value indicating whether this annotation is invisible.
Public propertyLocked
Gets or sets a value indicating whether this annotation is locked.
Public propertyLockedContents
Gets or sets a value indicating whether to allow the contents of the annotation to be modified by the user.
Public propertyNoRotate
Gets or sets a value indicating whether to rotate the annotation's appearance to match the rotation of the page.
Public propertyNoView
Gets or sets a value indicating whether to display the annotation on the screen and allow it to interact with the user.
Public propertyNoZoom
Gets or sets a value indicating whether to scale the annotations's appearance to match the magnification of the page.
Public propertyPrint
Gets or sets a value indicating whether this annotation gets printed when the page is printed.
Public propertyReadOnly
Gets or sets a value indicating whether to allow the annotation to interact with the user.
Public propertyToggleNoView
Gets or sets a value indicating whether to invert the interpretation of the annotation property for certain events.
Public propertyType
Gets the Bytescout.PDF.AnnotationType value that specifies the type of this annotation.
Top
Methods
NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also

Reference

Inheritance Hierarchy
SystemObject
Bytescout.PDFAnnotation
Bytescout.PDFLinkAnnotation
Bytescout.PDFMarkupAnnotation
Bytescout.PDFMovieAnnotation
Bytescout.PDFScreenAnnotation
Bytescout.PDFThreeDAnnotation
Bytescout.PDFWidget