AccusoftImagXpress13 ActiveX DLL > ImagXpress Object : CancelLoad Property |
Visual Basic |
---|
Public Property CancelLoad As Boolean |
True to enable the cancelling of loads/saves when the event defined by the CancelMode property is raised.
False to disable cancelling of loads/saves and ignore the event defined by the CancelMode property.
When this property is True, the event defined by the CancelMode property cancels the loading or decompression of any image that is loaded by setting the FileName property. The event will also cancel the saving or compression of any image that is saved by invoking the SaveFile method. If a load, decompression, save or compression is canceled, the ImagError property is set IX_Error_Canceled.