Enum ProcessingBehavior
Enumerates the possible processing behaviors.
Namespace: SixLabors.ImageSharp.Web.Providers
Assembly: SixLabors.ImageSharp.Web.dll
Syntax
public enum ProcessingBehavior
Fields
Name | Description |
---|---|
All | The image will always be processed. |
CommandOnly | The image will be processed only when commands are supplied. |