Accusoft.PrintPro7.Net
EvaluationMode Enumeration
See Also  Send Feedback
Accusoft.PrintProSdk Namespace : EvaluationMode Enumeration




Glossary Item Box

Option values which determine licensing evaluation modes.

Syntax

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

Members

MemberValueDescription
Automatic0The trial licensing dialog box will appear at regular intervals.
Timeout1The control will stop operation after five minutes and raise an error condition.

Remarks

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 Timeout. In this mode, the component does not attempt to create the Evaluation Mode dialog window, but will timeout after 5 minutes of operation and cease to operate.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Accusoft.PrintProSdk.EvaluationMode

See Also

©2013. Accusoft Corporation. All Rights Reserved.