FreeHand Methods

PDFTron SilverDox SDK

Collapse imageExpand ImageCopy imageCopyHover image

The FreeHand type exposes the following members.

Methods

  NameDescription
Public methodStatic memberCreate
Creates a new instance of the FreeHand class.
Public methodCreateAppearanceCanvas
Creates and returns the annotation's appearance canvas that will be displayed on screen.
(Overrides Annotation..::..CreateAppearanceCanvas()()()().)
Protected methodCreatePopupCanvas
Creates canvas used as the popup when an annotation is double clicked on. Override this method to provide a customized popup canvas.
(Inherited from Annotation.)
Public methodOnAnnotationResizeEnded (Overrides Annotation..::..OnAnnotationResizeEnded(AnnotationResizedEventArgs).)
Public methodOnAnnotationResizeStarted (Overrides Annotation..::..OnAnnotationResizeStarted()()()().)
Public methodOnCreateMouseDown
Called by the annotation's AnnotationManager when a MouseDown event is received and the AnnotationManager is set to create this type of annotation.
(Inherited from Annotation.)
Public methodOnCreateMouseMove
Called by the annotation's AnnotationManager when a MouseMove event is received and the AnnotationManager is set to create this type of annotation.
(Overrides Annotation..::..OnCreateMouseMove(MouseEventArgs).)
Public methodOnCreateMouseUp (Overrides Annotation..::..OnCreateMouseUp(MouseButtonEventArgs, Boolean).)

See Also