'Declaration
Public Overloads Sub AddFreeHandAnnotInteractive( _ ByVal BorderColor As Color, _ ByVal BorderWidth As Single, _ ByVal StartCap As PenLineCap, _ ByVal EndCap As PenLineCap, _ ByVal Opacity As Single, _ ByVal ContinuousMode As Boolean _ )
public void AddFreeHandAnnotInteractive( Color BorderColor, float BorderWidth, PenLineCap StartCap, PenLineCap EndCap, float Opacity, bool ContinuousMode )
public procedure AddFreeHandAnnotInteractive( BorderColor: Color; BorderWidth: Single; StartCap: PenLineCap; EndCap: PenLineCap; Opacity: Single; ContinuousMode: Boolean );
public function AddFreeHandAnnotInteractive( BorderColor : Color, BorderWidth : float, StartCap : PenLineCap, EndCap : PenLineCap, Opacity : float, ContinuousMode : boolean );
public: void AddFreeHandAnnotInteractive( Color BorderColor, float BorderWidth, PenLineCap StartCap, PenLineCap EndCap, float Opacity, bool ContinuousMode )
public: void AddFreeHandAnnotInteractive( Color BorderColor, float BorderWidth, PenLineCap StartCap, PenLineCap 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 PenLineCap enumeration. Specifies the cap style used at the beginning of a drawn freehand line.
- EndCap
- A member of the PenLineCap enumeration. Specifies the cap style used at the end of a drawn freehand 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 paths during one drawing operation. The individual annotation will be ended on the first double-click operation.
Set it to false to only enable the creation of one single freehand annotation.