Table of Contents

Class IccProfile

Namespace
iTextSharp.text.pdf
Assembly
iTextSharp.LGPLv2.Core.dll

Summary description for ICC_Profile.

public class IccProfile
Inheritance
IccProfile
Inherited Members

Constructors

IccProfile()

protected IccProfile()

Fields

data

protected byte[] data

Field Value

byte[]

numComponents

protected int numComponents

Field Value

int

Properties

Data

public byte[] Data { get; }

Property Value

byte[]

NumComponents

public int NumComponents { get; }

Property Value

int

Methods

GetInstance(byte[])

public static IccProfile GetInstance(byte[] data)

Parameters

data byte[]

Returns

IccProfile

GetInstance(Stream)

public static IccProfile GetInstance(Stream file)

Parameters

file Stream

Returns

IccProfile

GetInstance(string)

public static IccProfile GetInstance(string fname)

Parameters

fname string

Returns

IccProfile