Enum PreviewCreation
Specifies preview creation behavior for document import
Syntax
public enum PreviewCreation
Fields
| Name | Description |
|---|---|
| CreatePreview | Create preview for the file (if supported by the file format) regardless of the project's preference. |
| DoNotCreate | Disable preview creation regardless of the project's preference. |
| UseProjectPreference | Project settings determines whether preview is created. This is the default behavior if not specified. |