Accusoft.ThumbnailXpressSdk Namespace : EvaluationMode Enumeration |
'Declaration Public Enum EvaluationMode Inherits System.Enum
'Usage Dim instance As EvaluationMode
public enum EvaluationMode : System.Enum
__value public enum EvaluationMode : public System.Enum
public enum class EvaluationMode : public System.Enum
Member | Value | Description |
---|---|---|
TrialDialog | 0 | Default value. TrialDialog specifies that a dialog box should be used during evaluation. |
Watermark | 1 | All thumbnails are permanently watermarked with 'Eval'. |
The default value is TrialDialog.
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.
System.Object
System.ValueType
System.Enum
Accusoft.ThumbnailXpressSdk.EvaluationMode