Class Index

Classes


Class Annotations.MarkupAnnotation


Extends Annotations.Annotation.
Represents an extendable Markup annotation. These annotations may optionally include a fill color, stroke color, and stroke thickness.

Class Summary
Constructor Attributes Constructor Name and Description
 
Creates a new instance of MarkupAnnotation.
Field Summary
Field Attributes Field Name and Description
 
Gets or sets the color of the annotation's interior.
 
Gets or sets the color of the annotation's stroke.
 
Gets or sets the width of the annotation's stroke outline.
Fields borrowed from class Annotations.Annotation:
Height, MirroredHorizontally, MirroredVertically, NoMove, NoResize, NoZoom, PageNumber, Subject, UsePageCoordinates, Width, X, Y
Methods borrowed from class Annotations.Annotation:
GetHeight, GetMirroredHorizontally, GetMirroredVertically, GetPageNumber, GetPopupComment, GetWidth, GetX, GetY, SetHeight, SetMirroredHorizontally, SetMirroredVertically, SetPageNumber, SetPopupComment, SetWidth, SetX, SetY
Events borrowed from class Annotations.Annotation:
draw
Class Detail
Annotations.MarkupAnnotation()
Creates a new instance of MarkupAnnotation.
Field Detail
{Annotations.Color} FillColor
Gets or sets the color of the annotation's interior.

{Annotations.Color} StrokeColor
Gets or sets the color of the annotation's stroke.

{number} StrokeThickness
Gets or sets the width of the annotation's stroke outline.

Documentation generated by JsDoc Toolkit 2.4.0 on Wed Feb 13 2013 12:56:30 GMT-0800 (PST)