Class Index

Classes


Class Annotations.FreeHandAnnotation


Extends Annotations.MarkupAnnotation.

Class Summary
Constructor Attributes Constructor Name and Description
 
Represents a FreeHand annotation.
Field Summary
Field Attributes Field Name and Description
 
(override) If true, coordinates are relative to the page during the draw event.
Fields borrowed from class Annotations.MarkupAnnotation:
FillColor, StrokeColor, StrokeThickness
Fields borrowed from class Annotations.Annotation:
Height, MirroredHorizontally, MirroredVertically, NoMove, NoResize, NoZoom, PageNumber, Subject, Width, X, Y
Method Summary
Method Attributes Method Name and Description
 
Returns the Y value of the bottom most point.
 
Returns the X value of the left most point.
 
Returns the X value of the right most point.
 
Returns the Y value of the top most point.
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.FreeHandAnnotation()
Represents a FreeHand annotation.
Field Detail
{boolean} UsePageCoordinates
(override) If true, coordinates are relative to the page during the draw event. FreeHandAnnotation defaults this value to true.
Method Detail
GetBottomMost()
Returns the Y value of the bottom most point.

GetLeftMost()
Returns the X value of the left most point.

GetRightMost()
Returns the X value of the right most point.

GetTopMost()
Returns the Y value of the top most point.

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