Enum ImageMetadataStrippingMode
Specifies the mode for stripping metadata from images during processing.
Namespace: FulcrumFS.Images
Assembly: FulcrumFS.Images.dll
Syntax
public enum ImageMetadataStrippingMode
Fields
| Name | Description |
|---|---|
| None | Disables image metadata stripping. |
| Preferred | Stripping all metadata from the image is preferred in order to reduce file size, but is not required. |
| Required | Stripping all metadata from the image is required in order to protect privacy. |
| ThumbnailOnly | Stripping only thumbnail metadata from the image is preferred in order to reduce file size, but is not required. Other metadata should be preserved. |