Markup Properties

PDFTron SilverDox SDK

Collapse imageExpand ImageCopy imageCopyHover image

The Markup type exposes the following members.

Properties

  NameDescription
Public propertyAnnotationManager
Gets or sets the annotation's AnnotationManager.
(Inherited from Annotation.)
Public propertyAuthor
Represents the author of the annotation. Default is an empty string.
(Inherited from Annotation.)
Public propertyBottom
Gets the y-axis value of the bottom of the annotation.
(Inherited from Annotation.)
Public propertyDateModified
Gets or sets the last date and time that the annotation was modified.
(Inherited from Annotation.)
Public propertyFillColor
Gets or sets the color of the annotation's interior.
Public propertyHeight
Gets or sets the annotation's height.
(Overrides Annotation..::..Height.)
Public propertyId
A unique identifier that can be assigned to determine different annotations
(Inherited from Annotation.)
Public propertyIsCopyable
Indicates whether or not the user should be able to copy this annotation
(Inherited from Annotation.)
Public propertyIsCreated
Gets or sets if the annotation has finished being created by the user.
(Inherited from Annotation.)
Public propertyIsSelectable
Indicates whether or not the user can select this annotation Default is true
(Inherited from Annotation.)
Public propertyLeft
Gets the x-axis value of the left side of the annotation.
(Inherited from Annotation.)
Public propertyMirroredHorizontally
True if the annotation has been mirrored horizontally.
(Inherited from Annotation.)
Public propertyMirroredVertically
True if the annotation has been mirrored vertically.
(Inherited from Annotation.)
Public propertyNoMove
Gets or sets if this annotation can be moved by the user.
(Inherited from Annotation.)
Public propertyNoResize
Gets or sets if this annotation can be resized by the user.
(Inherited from Annotation.)
Public propertyNoZoom
Gets or sets if this annotation scales with the page.
(Inherited from Annotation.)
Public propertyPageNumber
Gets or sets the page number of a document that the annotation appears on.
(Inherited from Annotation.)
Public propertyPopupContents
Gets or sets the contents of the annotation's popup.
(Inherited from Annotation.)
Public propertyPopupHeight
Gets or sets the annotation's popup's height.
(Inherited from Annotation.)
Public propertyPopupIsVisible
Gets or sets if the annotation's popup is visible.
(Inherited from Annotation.)
Public propertyPopupWidth
Gets or sets the annotation's popup's width.
(Inherited from Annotation.)
Public propertyPopupX
Gets or sets the annotation's popup's x-axis position.
(Inherited from Annotation.)
Public propertyPopupY
Gets or sets the annotation's popup's y-axis position.
(Inherited from Annotation.)
Public propertyRight
Gets the x-axis value of the right side of the annotation.
(Inherited from Annotation.)
Public propertyStrokeColor
Gets or sets the color of the annotation's stroke.
Public propertyStrokeDashArray
Gets or sets a collection of Double values that indicate the pattern of dashes and gaps that is used to outline the annotation.
Public propertyStrokeThickness
Gets or sets the width of the annotation's stroke outline.
Public propertySubject
Represents the subject of the annotation. Default is the annotation's type.
(Inherited from Annotation.)
Public propertyTop
Gets the y-axis position of the top of the annotation.
(Inherited from Annotation.)
Public propertyWidth
Gets or sets the annotation's width.
(Overrides Annotation..::..Width.)
Public propertyX
Gets or sets the annotation's x-axis position.
(Overrides Annotation..::..X.)
Public propertyY
Gets or sets the annotation's y-axis position.
(Overrides Annotation..::..Y.)

See Also