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>".
Namespace: GleamTech.ImageUltimateAssembly: GleamTech.ImageUltimate (in GleamTech.ImageUltimate.dll) Version: 6.2.0
public string SaveAsBase64DataUrl(
ImageFormat? imageFormat = null
)
Public Function SaveAsBase64DataUrl (
Optional imageFormat As ImageFormat? = Nothing
) As String
- 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.
StringA string containing base64 encoded data URL of the image.