Constructor MergeImage
MergeImage(byte[], string)
Initializes a new instance of the MergeImage class.
public MergeImage(byte[] bytes, string contentType)
Parameters
bytesbyte[]The encoded image bytes.
contentTypestringThe MIME content type, for example
image/png.
Exceptions
- ArgumentNullException
bytesorcontentTypeis null.