Skip to main content
Skip table of contents

ICC_Profile

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
TypeNameMethods
byte``[]Dataget
intNumComponentsget

Methods

Public Static methods
ReturnsName
ICC_ProfileGetInstance(...)

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
TypeNameDescription
byte``[]data
intnumComponents
GetInstance [2/4]

Source code

public static ICC_Profile GetInstance(byte[] data)
Arguments
TypeNameDescription
byte``[]data
GetInstance [3/4]

Source code

public static ICC_Profile GetInstance(Stream file)
Arguments
TypeNameDescription
Streamfile
GetInstance [4/4]

Source code

public static ICC_Profile GetInstance(string fname)
Arguments
TypeNameDescription
stringfname

Properties

Data
public virtual byte Data { get; }
NumComponents
public virtual int NumComponents { get; }

Generated with ModularDoc

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.