C# 클래스 iTextSharp.text.Jpeg2000

상속: Image
파일 보기 프로젝트 열기: mapo80/iTextSharp-Monotouch 1 사용 예제들

공개 메소드들

메소드 설명
Jp2_read_boxhdr ( ) : void
Jpeg2000 ( Image image ) : System
Jpeg2000 ( Uri url ) : System
Jpeg2000 ( byte img ) : System
Jpeg2000 ( byte img, float width, float height ) : System

비공개 메소드들

메소드 설명
Cio_read ( int n ) : int
ProcessParameters ( ) : void

메소드 상세

Jp2_read_boxhdr() 공개 메소드

public Jp2_read_boxhdr ( ) : void
리턴 void

Jpeg2000() 공개 메소드

public Jpeg2000 ( Image image ) : System
image Image
리턴 System

Jpeg2000() 공개 메소드

public Jpeg2000 ( Uri url ) : System
url System.Uri
리턴 System

Jpeg2000() 공개 메소드

public Jpeg2000 ( byte img ) : System
img byte
리턴 System

Jpeg2000() 공개 메소드

public Jpeg2000 ( byte img, float width, float height ) : System
img byte
width float
height float
리턴 System