Table of Contents

ImageWebTask.FileName Method

Definition

Namespace
GleamTech.ImageUltimate.AspNet
Assembly
GleamTech.ImageUltimate.dll

Overrides the file name (excluding extension) of the resulting image in the generated url (usually for SEO purposes). By default the same name of the source image will be used. Note that the file extension is appended automatically according to the current save format.

public ImageWebTask FileName(string fileNameWithoutExtension)

Parameters

fileNameWithoutExtension string

The file name (excluding extension) to use in the generated url.

Returns

ImageWebTask

The same instance of this class.