Struct FormatCommand
Represents a command for setting the type of format with which to encode processed images.
Inherited Members
Namespace: SixLabors.ImageSharp.Web
Assembly: SixLabors.ImageSharp.Web.dll
Syntax
public readonly struct FormatCommand
Constructors
| Edit this page View SourceFormatCommand(string)
Initializes a new instance of the FormatCommand struct.
Declaration
public FormatCommand(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | The name of the resampler command. |
Properties
| Edit this page View SourceName
Gets the name of the resampler command.
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
string |