The Annotation type exposes the following members.

Methods

  NameDescription
Public methodAccept
Accept this annotation.
Public methodBeginUpdate
This method can be used to begin a properties bulk updat .
Public methodEndUpdate
This method can be used to end the properties bulk update.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodFlatten
Flatten the annotation as static content to the given canvas.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyBorderColor
The color of the border of this annotation.
Public propertyBorderStyle
The border style of this annotation.
Public propertyBorderWidth
The width in points of the border of this annotation.
Public propertyBottom
Position of annotation's bottom edge.
Public propertyHeight
Height of this annotation.
Public propertyInvisible
This annotation will not be visible in the pdf-viewer.
Public propertyLeft
Position of annotation's left edge.
Public propertyLocked
Specifies if the annotations properties are locked in a viewer application.
Public propertyPage
The associated page.
Public propertyPrint
This annotation will be visible on a printout.
Public propertyRight
Position of annotation's right edge.
Public propertyTabOrder
Retrieve the tab-order for this annotation.
Public propertyTop
Position of annotation's top edge.
Public propertyWidth
Width of this annotation.

See Also