PdfImageElement(Byte) Constructor

Creates a new image element from a byte array

Definition

Namespace: EvoPdf.Chromium
Assembly: EvoPdf.Chromium (in EvoPdf.Chromium.dll) Version: 12.5.0
C#
public PdfImageElement(
	byte[] imageBytes
)

Parameters

imageBytes  Byte
The byte array representing the image

See Also