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