ImageTaskSaveAsBytes Method
Executes all the commands in the chain and saves the resulting image as a byte array.
Namespace: GleamTech.ImageUltimateAssembly: GleamTech.ImageUltimate (in GleamTech.ImageUltimate.dll) Version: 6.2.0
public byte[] SaveAsBytes(
ImageFormat? imageFormat = null
)
Public Function SaveAsBytes (
Optional imageFormat As ImageFormat? = Nothing
) As Byte()
- 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.
ByteA byte array containing the image.