Table of Contents

Struct FormatCommand

Namespace
SixLabors.ImageSharp.Web
Assembly
SixLabors.ImageSharp.Web.dll

Represents a command for setting the type of format with which to encode processed images.

public readonly struct FormatCommand
Inherited Members

Constructors

FormatCommand(string)

Initializes a new instance of the FormatCommand struct.

public FormatCommand(string name)

Parameters

name string

The name of the resampler command.

Properties

Name

Gets the name of the resampler command.

public string Name { get; }

Property Value

string