C# Class iTextSharp.text.Jpeg2000

Inheritance: Image
Afficher le fichier Open project: mapo80/iTextSharp-Monotouch Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
Cio_read ( int n ) : int
ProcessParameters ( ) : void

Method Details

Jp2_read_boxhdr() public méthode

public Jp2_read_boxhdr ( ) : void
Résultat void

Jpeg2000() public méthode

public Jpeg2000 ( Image image ) : System
image Image
Résultat System

Jpeg2000() public méthode

public Jpeg2000 ( Uri url ) : System
url System.Uri
Résultat System

Jpeg2000() public méthode

public Jpeg2000 ( byte img ) : System
img byte
Résultat System

Jpeg2000() public méthode

public Jpeg2000 ( byte img, float width, float height ) : System
img byte
width float
height float
Résultat System