PdfImageElement(Byte) Constructor

Creates a new image element from a byte array

Definition

Namespace: Winnovative.Pdf.Next
Assembly: Winnovative.Pdf.Next (in Winnovative.Pdf.Next.dll) Version: 20.0.0
C#
public PdfImageElement(
	byte[] imageBytes
)

Parameters

imageBytes  Byte
The byte array representing the image

See Also