DocumentEngineFilter Enum
Definition
- Namespace
- GleamTech.DocumentUltimate
- Assembly
- GleamTech.DocumentUltimate.dll
Defines the document engine filters.
public enum DocumentEngineFilter
Fields
| Name | Value | Description |
|---|---|---|
| None | 0 |
The document format should be not supported by any document engine. |
| All | 1 |
The document format should be supported by all document engines. |
| Any | 2 |
The document format should be supported by any document engine. |