Accusoft ImagXpress 12
CancelLoad Property
See Also  Send comments on this topic.
AccusoftImagXpress12 ActiveX DLL > ImagXpress Object : CancelLoad Property

Glossary Item Box

Description

Gets and sets the cancel load flag.

Property Type

Read-write property

Syntax

Visual Basic
Public Property CancelLoad As Boolean

Return Type

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.

Remarks

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.

See Also

©2013. Accusoft Corporation. All Rights Reserved.