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

Glossary Item Box

Description

Gets the control's last error.

Property Type

Read-only property

Syntax

Visual Basic
Public Property ImagError As Long

Return Type

The control's last error is a long value which represents a value from the IX_Result enumeration. 

Remarks

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.

See Also

©2013. Accusoft Corporation. All Rights Reserved.