Accusoft.ImagXpress12.Net
EvaluationMode Enumeration
See Also  Send Feedback
Accusoft.ImagXpressSdk Namespace : EvaluationMode Enumeration




Glossary Item Box

Option values that indicate ImagXpress behavior when installed on a development machine when in evaluation mode.

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

Members

MemberValueDescription
Automatic0When running under an IIS server, a watermark and all images passed through the component are watermarked, otherwise, the component regularly displays a dialog box stating it is in Trial Licensing mode.
Watermark1All images opened in ImagXpress are permanently watermarked with the words Evaluation.

Remarks

The default value is Automatic.

In order to test the component in an application running as a service or other environments where the component does not have permissions to create a window, the application logic needs to set the EvaluationMode to Watermark. In this mode, the component does not attempt to create the Evaluation Mode dialog window, but permanently watermarks all image data passed through it.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Accusoft.ImagXpressSdk.EvaluationMode

See Also

©2013. Accusoft Corporation. All Rights Reserved.