Table of Contents

ImageWebTask.Format Method

Definition

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

Overrides the file format for the resulting image. By default the same file format of the source image will be used and if that format is not supported for saving, then Jpeg format will be used.

public ImageWebTask Format(ImageWebSafeFormat imageWebSafeFormat)

Parameters

imageWebSafeFormat ImageWebSafeFormat

The web-safe file format used to save the image.

Returns

ImageWebTask

The same instance of this class.