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.
Namespace: GleamTech.ImageUltimate.AspNetAssembly: GleamTech.ImageUltimate (in GleamTech.ImageUltimate.dll) Version: 6.2.0
public ImageWebTask Format(
ImageWebSafeFormat imageWebSafeFormat
)
Public Function Format (
imageWebSafeFormat As ImageWebSafeFormat
) As ImageWebTask
- imageWebSafeFormat ImageWebSafeFormat
- The web-safe file format used to save the image.
ImageWebTaskThe same instance of this class.