ImageWebTaskFormat Method

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.

Definition

Namespace: GleamTech.ImageUltimate.AspNet
Assembly: GleamTech.ImageUltimate (in GleamTech.ImageUltimate.dll) Version: 5.8.8
C#
public ImageWebTask Format(
	ImageWebSafeFormat imageWebSafeFormat
)

Parameters

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

Return Value

ImageWebTask
The same instance of this class.

See Also