Enum ImageReorientMode
Specifies the mode for re-orienting images.
Namespace: FulcrumFS.Images
Assembly: FulcrumFS.Images.dll
Syntax
public enum ImageReorientMode
Fields
| Name | Description |
|---|---|
| None | Disable image re-orientation. |
| PreferNormal | Re-orienting the image to normal orientation based on its metadata is preferred. |
| RequireNormal | Re-orienting the image to normal orientation based on its metadata is required. |