JpegImageData Constructors

Overloads

JpegImageData(Byte[])Initializes a new instance of the JpegImageData class.
JpegImageData(Stream)Initializes a new instance of the JpegImageData class.
JpegImageData(String)Initializes a new instance of the JpegImageData class.

JpegImageData(Byte[])

Initializes a new instance of the JpegImageData class.

public JpegImageData(Byte[] imgData)

Parameters

imgData
Byte[]

Byte array containing the image data.

Licensing Info

This constructor is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

JpegImageData(Stream)

Initializes a new instance of the JpegImageData class.

public JpegImageData(Stream stream)

Parameters

stream
Stream

Stream object containing the image.

Licensing Info

This constructor is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

JpegImageData(String)

Initializes a new instance of the JpegImageData class.

public JpegImageData(string filePath)

Parameters

filePath
String

Physical file path of the image.

Licensing Info

This constructor is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

See Also

JpegImageData
ceTe.DynamicPDF.Imaging