IccProfile Constructors

Overloads

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

IccProfile(Byte[])

Initializes a new instance of the IccProfile class.

public IccProfile(Byte[] iccProfile)
Public Sub New (iccProfile As Byte())

Parameters

iccProfile
Byte[]

A byte array containing the ICC profile data.

Licensing Info

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

IccProfile(Stream)

Initializes a new instance of the IccProfile class.

public IccProfile(Stream iccProfile)
Public Sub New (iccProfile As Stream)

Parameters

iccProfile
Stream

Stream object containing the ICC profile data.

Licensing Info

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

IccProfile(String)

Initializes a new instance of the IccProfile class.

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

Parameters

filePath
String

A Physical path to the file containing the ICC profile data.

Licensing Info

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

See Also

IccProfile
ceTe.DynamicPDF

In this topic