Leadtools.MediaWriter Namespace > MediaWriterProgressEventArgs Class : Cancel Property |
public bool Cancel {get; set;}
'Declaration Public Property Cancel As Boolean
'Usage Dim instance As MediaWriterProgressEventArgs Dim value As Boolean instance.Cancel = value value = instance.Cancel
True | Cancel the current operation. |
False | (default) Do not cancel the current operation. |