ImageOption

interface ImageOption {
    Limit?: number;
    MinWidth?: number;
    Type?: ImageType;
}

Properties

Limit?: number

Gets or sets the limit.

ImageOption

MinWidth?: number

Gets or sets the minimum width.

ImageOption

Type?: ImageType

ImageOption