C# Class iTextSharp.text.pdf.parser.PdfImageObject.ImageBytesType

Show file Open project: mapo80/iTextSharp-Monotouch

Public Properties

Property Type Description
CCITT ImageBytesType
JBIG2 ImageBytesType
JP2 ImageBytesType
JPG ImageBytesType
PNG ImageBytesType

Private Methods

Method Description
ImageBytesType ( String fileExtension ) : System

Property Details

CCITT public static property

public static ImageBytesType CCITT
return ImageBytesType

JBIG2 public static property

public static ImageBytesType JBIG2
return ImageBytesType

JP2 public static property

public static ImageBytesType JP2
return ImageBytesType

JPG public static property

public static ImageBytesType JPG
return ImageBytesType

PNG public static property

public static ImageBytesType PNG
return ImageBytesType