The Markup type exposes the following members.

Methods

  NameDescription
Public methodAccept
Accept this annotation.
(Inherited from Annotation.)
Public methodBeginUpdate
This method can be used to begin a properties bulk updat .
(Inherited from Annotation.)
Public methodEndUpdate
This method can be used to end the properties bulk update.
(Inherited from Annotation.)
Public methodFlatten
Flatten the annotation as static content to the given canvas.
(Inherited from Annotation.)

Properties

  NameDescription
Public propertyAuthor
The author of this markup.
Public propertyBorderColor
The color of the border of this annotation.
(Inherited from Annotation.)
Public propertyBorderStyle
The border style of this annotation.
(Inherited from Annotation.)
Public propertyBorderWidth
The width in points of the border of this annotation.
(Inherited from Annotation.)
Public propertyBottom
Position of annotation's bottom edge.
(Inherited from Annotation.)
Public propertyContents
The plain text that is displayed by the pop-up window of this markup.
Public propertyCreationDate
The date and time when the markup was created.
Public propertyHeight
Height of this annotation.
(Inherited from Annotation.)
Public propertyInReplyTo
The markup to which this markup replies.
Public propertyInvisible
This annotation will not be visible in the pdf-viewer.
(Inherited from Annotation.)
Public propertyLeft
Position of annotation's left edge.
(Inherited from Annotation.)
Public propertyLocked
Specifies if the annotations properties are locked in a viewer application.
(Inherited from Annotation.)
Public propertyOpacity
The opacity (0...255) which must be used for this markup. Default is 255.
Public propertyPage
The associated page.
(Inherited from Annotation.)
Public propertyPopup
The popup annotation that is associated with this markup annotation.
Public propertyPrint
This annotation will be visible on a printout.
(Inherited from Annotation.)
Public propertyReplies
The markups that reply directly to this one.
Public propertyRight
Position of annotation's right edge.
(Inherited from Annotation.)
Public propertySubject
The subject of this markup.
Public propertyTabOrder
Retrieve the tab-order for this annotation.
(Inherited from Annotation.)
Public propertyText
The (rich) text that is displayed by the pop-up window of this markup.
Public propertyTop
Position of annotation's top edge.
(Inherited from Annotation.)
Public propertyWidth
Width of this annotation.
(Inherited from Annotation.)

Events

  NameDescription
Public eventPropertyChanged
Occurs when any property of the annotation has changed.
(Inherited from Annotation.)

See Also