Class ImageSourceValidationOptions
Options for validating a source image during processing.
Implements
Namespace: FulcrumFS.Images
Assembly: FulcrumFS.Images.dll
Syntax
public sealed record ImageSourceValidationOptions : IEquatable<ImageSourceValidationOptions>
Properties
| Name | Description |
|---|---|
| MaxHeight | Gets or initializes the maximum height of the source image in pixels. |
| MaxPixels | Gets or initializes the maximum number of pixels in the source image. |
| MaxWidth | Gets or initializes the maximum width of the source image in pixels. |
| MinHeight | Gets or initializes the minimum height of the source image in pixels. |
| MinPixels | Gets or initializes the minimum number of pixels in the source image. |
| MinWidth | Gets or initializes the minimum width of the source image in pixels. |