Click or drag to resize

UtilsImageImageToBase64 Method (Image)

Images to base64.

Namespace:  QsGemBox
Assembly:  QsGemBox (in QsGemBox.dll) Version: 23.3.0.0 (23.3.0.0)
Syntax
public static string ImageToBase64(
	Image image
)

Parameters

image
Type: System.DrawingImage
The image.

Return Value

Type: String
System.String.
See Also