Class Annotations.FreeHandAnnotation
Extends
Annotations.MarkupAnnotation.
Constructor Attributes | Constructor Name and Description |
---|---|
Represents a FreeHand annotation.
|
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 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
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.