Assigning True to Aborting property, applications can abort save/load processing. On loading, the image will be truncated. On saving the file will be closed and truncated (will be unreadable).

Aborting doesn't grant that the input/output stop immediately (just it is possible).

You can also read Aborting property to know when aborting is in progress.

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public bool Aborting { get; set; }
Public Property Aborting As Boolean
	Get
	Set
public:
property bool Aborting {
	bool get ();
	void set (bool value);
}

Field Value

True when an input/output task has aborted.

See Also