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
Properties
Data
public byte[] Data { get; }
Property Value
- byte[]
NumComponents
public int NumComponents { get; }
Property Value
Methods
GetInstance(byte[])
public static IccProfile GetInstance(byte[] data)
Parameters
data
byte[]
Returns
GetInstance(Stream)
public static IccProfile GetInstance(Stream file)
Parameters
file
Stream
Returns
GetInstance(string)
public static IccProfile GetInstance(string fname)
Parameters
fname
string