Property Formats
Formats
Gets or initializes the collection of image format mappings.
Declaration
public required IReadOnlyList<ImageFormatMapping> Formats { get; init; }
Property Value
| Type | Description |
|---|---|
| IReadOnlyList<ImageFormatMapping> |
Remarks
Each entry in the collection specifies how source image formats should be mapped to result formats. The collection must not be empty and cannot contain duplicate source formats. Only source formats included in the collection are supported by the image processor.