In This Topic
GdPicture14.WEB Namespace / DocuViewareControl Class / FreeHandContinuousDrawingMode Property

FreeHandContinuousDrawingMode Property (DocuViewareControl)

In This Topic
Specifies whether the drawing mode for freehand annotation is multi line or not.
This property is only effective if EnableGdPictureAnnotations is set to true.
Syntax
'Declaration
 
Public Property FreeHandContinuousDrawingMode As Boolean
public bool FreeHandContinuousDrawingMode {get; set;}
Remarks
Default value is true.
See Also