HDInterviewOptions Enumeration
This enumeration lists options that can be applied to an interview requested via the GetInterview2 method. The possible values are:
Interview Options
| Name | Value | Description |
intOptNone |
0 | No interview options |
intOptStateless |
0x1 | Stateless interview, as opposed to normal/stateful |
intOptNoImages |
0x2 | Copying of interview images to tempInterviewPath can be suppressed. |
intOptNoSave |
0x4 | Availability of save answers feature can be suppressed. |
intOptNoPreview |
0x8 | Availability of document preview feature can be suppressed. |
intOptNone