mindee-api-dotnet

ImageUtils.ArrayToImage Method

Declaring Type: ImageUtils
Namespace: Mindee.Image
Assembly: Mindee
Assembly Version: 3.21.0+995c229708fe61b0dacbe0bfca8ad9e39db87623

Convert a matrix of pixels into a compatible SKBitmap.

public static SKBitmap ArrayToImage(byte[,,] pixelArray);

Parameters

pixelArray byte[]

Raw array produce by DocLib’s .GetImage() function.

Returns

SKBitmap

A valid SKBitmap.


Documentation generated by MdDocs