ImageTaskSaveAsBase64DataUrl Method

Executes all the commands in the chain and saves the resulting image as a base64 encoded data URL, formatted as "data:[<mediatype>][;base64],<data>".

Definition

Namespace: GleamTech.ImageUltimate
Assembly: GleamTech.ImageUltimate (in GleamTech.ImageUltimate.dll) Version: 5.8.8
C#
public string SaveAsBase64DataUrl(
	ImageFormat? imageFormat = null
)

Parameters

imageFormat  NullableImageFormat  (Optional)
The file format used to save the image. If not specified, the same file format of the source image will be used and if the format is not supported for saving, then Jpeg format will be used.

Return Value

String
A string containing base64 encoded data URL of the image.

See Also