C# Class iTextSharp.text.Jpeg2000

Inheritance: Image
ファイルを表示 Open project: mapo80/iTextSharp-Monotouch Class Usage Examples

Public Methods

Method Description
Jp2_read_boxhdr ( ) : void
Jpeg2000 ( Image image ) : System
Jpeg2000 ( Uri url ) : System
Jpeg2000 ( byte img ) : System
Jpeg2000 ( byte img, float width, float height ) : System

Private Methods

Method Description
Cio_read ( int n ) : int
ProcessParameters ( ) : void

Method Details

Jp2_read_boxhdr() public method

public Jp2_read_boxhdr ( ) : void
return void

Jpeg2000() public method

public Jpeg2000 ( Image image ) : System
image Image
return System

Jpeg2000() public method

public Jpeg2000 ( Uri url ) : System
url System.Uri
return System

Jpeg2000() public method

public Jpeg2000 ( byte img ) : System
img byte
return System

Jpeg2000() public method

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