C# Class iTextSharp.text.pdf.codec.GifImage

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

Protected Properties

Свойство Type Description
bgColor int
bgIndex int
block byte[]
blockSize int
delay int
dispose int
fromData byte[]
fromUrl System.Uri
gctFlag bool
height int
inp Stream
interlace bool
ix int
lctFlag bool
lctSize int
m_bpc int
m_curr_table byte[]
m_gbpc int
m_global_table byte[]
m_line_stride int
m_local_table byte[]
m_out byte[]
pixelAspect int
pixelStack byte[]
pixels byte[]
prefix short[]
suffix byte[]
transIndex int
transparency bool
width int

Méthodes publiques

Méthode Description
GetFrameCount ( ) : int
GetFramePosition ( int frame ) : int[]
GetImage ( int frame ) : Image
GetLogicalScreen ( ) : int[]
GifImage ( Stream isp ) : System
GifImage ( String file ) : System
GifImage ( Uri url ) : System
GifImage ( byte data ) : System

Méthodes protégées

Méthode Description
DecodeImageData ( ) : bool
NewBpc ( int bpc ) : int
ReadBlock ( ) : int
ReadColorTable ( int bpc ) : byte[]
ReadContents ( ) : void
ReadGraphicControlExt ( ) : void
ReadHeader ( ) : void
ReadImage ( ) : void
ReadLSD ( ) : void
ReadShort ( ) : int
ResetFrame ( ) : void
SetPixel ( int x, int y, int v ) : void
Skip ( ) : void

Private Methods

Méthode Description
Process ( Stream isp ) : void
ReadFully ( byte b, int offset, int count ) : void

Method Details

DecodeImageData() protected méthode

protected DecodeImageData ( ) : bool
Résultat bool

GetFrameCount() public méthode

public GetFrameCount ( ) : int
Résultat int

GetFramePosition() public méthode

public GetFramePosition ( int frame ) : int[]
frame int
Résultat int[]

GetImage() public méthode

public GetImage ( int frame ) : Image
frame int
Résultat Image

GetLogicalScreen() public méthode

public GetLogicalScreen ( ) : int[]
Résultat int[]

GifImage() public méthode

public GifImage ( Stream isp ) : System
isp Stream
Résultat System

GifImage() public méthode

public GifImage ( String file ) : System
file String
Résultat System

GifImage() public méthode

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

GifImage() public méthode

public GifImage ( byte data ) : System
data byte
Résultat System

NewBpc() protected static méthode

protected static NewBpc ( int bpc ) : int
bpc int
Résultat int

ReadBlock() protected méthode

protected ReadBlock ( ) : int
Résultat int

ReadColorTable() protected méthode

protected ReadColorTable ( int bpc ) : byte[]
bpc int
Résultat byte[]

ReadContents() protected méthode

protected ReadContents ( ) : void
Résultat void

ReadGraphicControlExt() protected méthode

protected ReadGraphicControlExt ( ) : void
Résultat void

ReadHeader() protected méthode

protected ReadHeader ( ) : void
Résultat void

ReadImage() protected méthode

protected ReadImage ( ) : void
Résultat void

ReadLSD() protected méthode

protected ReadLSD ( ) : void
Résultat void

ReadShort() protected méthode

protected ReadShort ( ) : int
Résultat int

ResetFrame() protected méthode

protected ResetFrame ( ) : void
Résultat void

SetPixel() protected méthode

protected SetPixel ( int x, int y, int v ) : void
x int
y int
v int
Résultat void

Skip() protected méthode

protected Skip ( ) : void
Résultat void

Property Details

bgColor protected_oe property

protected int bgColor
Résultat int

bgIndex protected_oe property

protected int bgIndex
Résultat int

block protected_oe property

protected byte[] block
Résultat byte[]

blockSize protected_oe property

protected int blockSize
Résultat int

delay protected_oe property

protected int delay
Résultat int

dispose protected_oe property

protected int dispose
Résultat int

fromData protected_oe property

protected byte[] fromData
Résultat byte[]

fromUrl protected_oe property

protected Uri,System fromUrl
Résultat System.Uri

gctFlag protected_oe property

protected bool gctFlag
Résultat bool

height protected_oe property

protected int height
Résultat int

inp protected_oe property

protected Stream inp
Résultat Stream

interlace protected_oe property

protected bool interlace
Résultat bool

ix protected_oe property

protected int ix
Résultat int

lctFlag protected_oe property

protected bool lctFlag
Résultat bool

lctSize protected_oe property

protected int lctSize
Résultat int

m_bpc protected_oe property

protected int m_bpc
Résultat int

m_curr_table protected_oe property

protected byte[] m_curr_table
Résultat byte[]

m_gbpc protected_oe property

protected int m_gbpc
Résultat int

m_global_table protected_oe property

protected byte[] m_global_table
Résultat byte[]

m_line_stride protected_oe property

protected int m_line_stride
Résultat int

m_local_table protected_oe property

protected byte[] m_local_table
Résultat byte[]

m_out protected_oe property

protected byte[] m_out
Résultat byte[]

pixelAspect protected_oe property

protected int pixelAspect
Résultat int

pixelStack protected_oe property

protected byte[] pixelStack
Résultat byte[]

pixels protected_oe property

protected byte[] pixels
Résultat byte[]

prefix protected_oe property

protected short[] prefix
Résultat short[]

suffix protected_oe property

protected byte[] suffix
Résultat byte[]

transIndex protected_oe property

protected int transIndex
Résultat int

transparency protected_oe property

protected bool transparency
Résultat bool

width protected_oe property

protected int width
Résultat int