'Declaration
Public Overloads Sub AddFreeHandHighlighterAnnotInteractive( _ ByVal BorderColor As Color, _ ByVal BorderWidth As Single, _ ByVal ContinuousMode As Boolean _ )
public void AddFreeHandHighlighterAnnotInteractive( Color BorderColor, float BorderWidth, bool ContinuousMode )
public procedure AddFreeHandHighlighterAnnotInteractive( BorderColor: Color; BorderWidth: Single; ContinuousMode: Boolean );
public function AddFreeHandHighlighterAnnotInteractive( BorderColor : Color, BorderWidth : float, ContinuousMode : boolean );
public: void AddFreeHandHighlighterAnnotInteractive( Color BorderColor, float BorderWidth, bool ContinuousMode )
public: void AddFreeHandHighlighterAnnotInteractive( Color BorderColor, float BorderWidth, bool ContinuousMode )
Parameters
- BorderColor
- A color object that defines the required color of the newly added freehand highlighter annotation. It corresponds to the AnnotationFreeHandHighlighter.StrokeColor property.
- BorderWidth
- The width of the newly added freehand highlighter anotation, in inches. It corresponds to the AnnotationFreeHandHighlighter.BorderWidth property.
- ContinuousMode
- Set this parameter to true to enable the creation of multiple separated highlighter lines during one drawing operation. In this mode users finish the whole freehand highlighter annotation with a first double-click.
Set it to false to only enable the creation of one continual freehand highlighter line.