'Declaration Public Property DrawPreview As Boolean
'Usage Dim instance As ImGearAnnotationSettings Dim value As Boolean instance.DrawPreview = value value = instance.DrawPreview
public bool DrawPreview {get; set;}
'Declaration Public Property DrawPreview As Boolean
'Usage Dim instance As ImGearAnnotationSettings Dim value As Boolean instance.DrawPreview = value value = instance.DrawPreview
public bool DrawPreview {get; set;}
If set to true, a preview mark is used when an annotation is being added using the mouse. The color and opacity of the preview mark is specified by the ImageGear.Windows.Controls.PageView.MouseToolSettings.Annotation.CreatorColor and ImageGear.Windows.Controls.PageView.MouseToolSettings.Annotation.CreatorOpacity properties. If set to false, the appearance of the mark as it is being added using the mouse will match the appearance of the mark after it has been added.
The default value is false.