TiffFile Constructors

Overloads

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

TiffFile(Byte[])

Initializes a new instance of the TiffFile class.

public TiffFile(Byte[] data)
Public Sub New (data As Byte())

Parameters

data
Byte[]

Byte array containing the TIFF file.

Licensing Info

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

TiffFile(Stream)

Initializes a new instance of the TiffFile class.

public TiffFile(Stream stream)
Public Sub New (stream As Stream)

Parameters

stream
Stream

Stream object containing the TIFF file.

Licensing Info

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

TiffFile(String)

Initializes a new instance of the TiffFile class.

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

Parameters

filePath
String

The physical file path of the TIFF.

Licensing Info

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

See Also

TiffFile
ceTe.DynamicPDF.Imaging

In this topic