'Declaration
Public Overloads Sub AddFreeHandAnnotInteractive( _ ByVal BorderColor As Color, _ ByVal BorderWidth As Single, _ ByVal StartCap As LineCap, _ ByVal EndCap As LineCap, _ ByVal Opacity As Single, _ ByVal ContinuousMode As Boolean _ )
public void AddFreeHandAnnotInteractive( Color BorderColor, float BorderWidth, LineCap StartCap, LineCap EndCap, float Opacity, bool ContinuousMode )
public procedure AddFreeHandAnnotInteractive( BorderColor: Color; BorderWidth: Single; StartCap: LineCap; EndCap: LineCap; Opacity: Single; ContinuousMode: Boolean );
public function AddFreeHandAnnotInteractive( BorderColor : Color, BorderWidth : float, StartCap : LineCap, EndCap : LineCap, Opacity : float, ContinuousMode : boolean );
public: void AddFreeHandAnnotInteractive( Color BorderColor, float BorderWidth, LineCap StartCap, LineCap EndCap, float Opacity, bool ContinuousMode )
public: void AddFreeHandAnnotInteractive( Color BorderColor, float BorderWidth, LineCap StartCap, LineCap EndCap, float Opacity, bool ContinuousMode )
Parameters
- BorderColor
- A color object that defines the required color of the newly added freehand annotation. It corresponds to the AnnotationFreeHand.StrokeColor property.
- BorderWidth
- The width of the newly added freehand annotation, in inches. It corresponds to the AnnotationFreeHand.BorderWidth property.
- StartCap
- A member of the LineCap enumeration. Specifies the cap style used at the beginning of a drawn freehand line.
- EndCap
- A member of the LineCap enumeration. Specifies the cap style used at the end of a drawn v line.
- Opacity
- The opacity value of the newly added freehand annotation, from 0 (full transparency) to 1 (full opacity).
- ContinuousMode
- Set this parameter to true to enable the creation of multiple separated lines during one drawing operation. In this mode users finish the whole freehand annotation with a first double-click.
Set it to false to only enable the creation of one continual freehand line.