AccusoftImagXpress13 ActiveX DLL > ImagXpress Object : ImagError Property |
Visual Basic |
---|
Public Property ImagError As Long |
The control's last error is a long value which represents a value from the IX_Result enumeration.
The ImagError is cleared before each property and method called and is set at the end of each property set and method call.
Use the RaiseExceptions property to have ImagXpress throw exceptions on errors instead of having to check the ImagError property after every operation. The ImagError property will be set even when exceptions are thrown.
This property is read-only at run time and is available at design time.
The list of error codes is from the IX_Result enumeration.