Jpeg2000ImageData Constructors

Overloads

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

Jpeg2000ImageData(Byte[])

Initializes a new instance of the Jpeg2000ImageData class.

public Jpeg2000ImageData(Byte[] imgData)
Public Sub New (imgData As Byte())

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:

Jpeg2000ImageData(Stream)

Initializes a new instance of the Jpeg2000ImageData class.

public Jpeg2000ImageData(Stream stream)
Public Sub New (stream As 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:

Jpeg2000ImageData(String)

Initializes a new instance of the Jpeg2000ImageData class.

public Jpeg2000ImageData(string filePath)
Public Sub New (filePath As String)

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

Jpeg2000ImageData
ceTe.DynamicPDF.Imaging

In this topic