Gets or sets a value indicating whether processing of this field was canceled by the
Processor.ProcessImageProgressChanged event handler.
Syntax
public bool Canceled {get; set;}
public: __property bool get_Canceled();
public: __property void set_Canceled(
bool value
);
public:
property bool Canceled {
bool get();
void set ( bool value);
}
'Declaration
Public Property Canceled As Boolean
'Usage
Dim instance As FormResult
Dim value As Boolean
instance.Canceled = value
value = instance.Canceled
See Also