ICC_Profile Public class
Description
Summary description for ICC_Profile.
Diagram
flowchart LR classDef interfaceStyle stroke-dasharray: 5 5; classDef abstractStyle stroke-width:4px subgraph iTextSharp.text.pdf iTextSharp.text.pdf.ICC_Profile[[ICC_Profile]] end
Members
Properties
Public properties
|
Type |
Name |
Methods |
|---|---|---|
|
|
|
|
|
|
|
|
Methods
Public Static methods
|
Returns |
Name |
|---|---|
|
|
( |
Details
Summary
Summary description for ICC_Profile.
Constructors
ICC_Profile
Source code
protected ICC_Profile()
Methods
GetInstance [1/4]
Source code
public static ICC_Profile GetInstance(byte[] data, int numComponents)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
data |
|
|
|
numComponents |
GetInstance [2/4]
Source code
public static ICC_Profile GetInstance(byte[] data)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
data |
GetInstance [3/4]
Source code
public static ICC_Profile GetInstance(Stream file)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
file |
GetInstance [4/4]
Source code
public static ICC_Profile GetInstance(string fname)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
fname |
Properties
Data
public virtual byte Data { get; }
NumComponents
public virtual int NumComponents { get; }
Generated with ModularDoc