'Declaration Public Property Abort As Boolean
'Usage Dim instance As ImGearRecProgressEventArgs Dim value As Boolean instance.Abort = value value = instance.Abort
public bool Abort {get; set;}
'Declaration Public Property Abort As Boolean
'Usage Dim instance As ImGearRecProgressEventArgs Dim value As Boolean instance.Abort = value value = instance.Abort
public bool Abort {get; set;}
Set the property to true to signal that the current sequence of recognition processes should be aborted.