C# 클래스 iTextSharp.text.pdf.ICC_Profile

Summary description for ICC_Profile.
파일 보기 프로젝트 열기: mapo80/iTextSharp-Monotouch 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
data byte[]
numComponents int

공개 메소드들

메소드 설명
GetInstance ( Stream file ) : ICC_Profile
GetInstance ( String fname ) : ICC_Profile
GetInstance ( byte data ) : ICC_Profile
GetInstance ( byte data, int numComponents ) : ICC_Profile

비공개 메소드들

메소드 설명
ICC_Profile ( ) : System

메소드 상세

GetInstance() 공개 정적인 메소드

public static GetInstance ( Stream file ) : ICC_Profile
file Stream
리턴 ICC_Profile

GetInstance() 공개 정적인 메소드

public static GetInstance ( String fname ) : ICC_Profile
fname String
리턴 ICC_Profile

GetInstance() 공개 정적인 메소드

public static GetInstance ( byte data ) : ICC_Profile
data byte
리턴 ICC_Profile

GetInstance() 공개 정적인 메소드

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

프로퍼티 상세

data 보호되어 있는 프로퍼티

protected byte[] data
리턴 byte[]

numComponents 보호되어 있는 프로퍼티

protected int numComponents
리턴 int