C# Class iTextSharp.text.pdf.ICC_Profile

Summary description for ICC_Profile.
ファイルを表示 Open project: mapo80/iTextSharp-Monotouch Class Usage Examples

Protected Properties

Property Type Description
data byte[]
numComponents int

Public Methods

Method Description
GetInstance ( Stream file ) : ICC_Profile
GetInstance ( String fname ) : ICC_Profile
GetInstance ( byte data ) : ICC_Profile
GetInstance ( byte data, int numComponents ) : ICC_Profile

Private Methods

Method Description
ICC_Profile ( ) : System

Method Details

GetInstance() public static method

public static GetInstance ( Stream file ) : ICC_Profile
file Stream
return ICC_Profile

GetInstance() public static method

public static GetInstance ( String fname ) : ICC_Profile
fname String
return ICC_Profile

GetInstance() public static method

public static GetInstance ( byte data ) : ICC_Profile
data byte
return ICC_Profile

GetInstance() public static method

public static GetInstance ( byte data, int numComponents ) : ICC_Profile
data byte
numComponents int
return ICC_Profile

Property Details

data protected_oe property

protected byte[] data
return byte[]

numComponents protected_oe property

protected int numComponents
return int