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

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

Protected Properties

Property 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

Public Methods

Method 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

Protected Methods

Method 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

Method Description
Process ( Stream isp ) : void
ReadFully ( byte b, int offset, int count ) : void

Method Details

DecodeImageData() protected method

protected DecodeImageData ( ) : bool
return bool

GetFrameCount() public method

public GetFrameCount ( ) : int
return int

GetFramePosition() public method

public GetFramePosition ( int frame ) : int[]
frame int
return int[]

GetImage() public method

public GetImage ( int frame ) : Image
frame int
return Image

GetLogicalScreen() public method

public GetLogicalScreen ( ) : int[]
return int[]

GifImage() public method

public GifImage ( Stream isp ) : System
isp Stream
return System

GifImage() public method

public GifImage ( String file ) : System
file String
return System

GifImage() public method

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

GifImage() public method

public GifImage ( byte data ) : System
data byte
return System

NewBpc() protected static method

protected static NewBpc ( int bpc ) : int
bpc int
return int

ReadBlock() protected method

protected ReadBlock ( ) : int
return int

ReadColorTable() protected method

protected ReadColorTable ( int bpc ) : byte[]
bpc int
return byte[]

ReadContents() protected method

protected ReadContents ( ) : void
return void

ReadGraphicControlExt() protected method

protected ReadGraphicControlExt ( ) : void
return void

ReadHeader() protected method

protected ReadHeader ( ) : void
return void

ReadImage() protected method

protected ReadImage ( ) : void
return void

ReadLSD() protected method

protected ReadLSD ( ) : void
return void

ReadShort() protected method

protected ReadShort ( ) : int
return int

ResetFrame() protected method

protected ResetFrame ( ) : void
return void

SetPixel() protected method

protected SetPixel ( int x, int y, int v ) : void
x int
y int
v int
return void

Skip() protected method

protected Skip ( ) : void
return void

Property Details

bgColor protected_oe property

protected int bgColor
return int

bgIndex protected_oe property

protected int bgIndex
return int

block protected_oe property

protected byte[] block
return byte[]

blockSize protected_oe property

protected int blockSize
return int

delay protected_oe property

protected int delay
return int

dispose protected_oe property

protected int dispose
return int

fromData protected_oe property

protected byte[] fromData
return byte[]

fromUrl protected_oe property

protected Uri,System fromUrl
return System.Uri

gctFlag protected_oe property

protected bool gctFlag
return bool

height protected_oe property

protected int height
return int

inp protected_oe property

protected Stream inp
return Stream

interlace protected_oe property

protected bool interlace
return bool

ix protected_oe property

protected int ix
return int

lctFlag protected_oe property

protected bool lctFlag
return bool

lctSize protected_oe property

protected int lctSize
return int

m_bpc protected_oe property

protected int m_bpc
return int

m_curr_table protected_oe property

protected byte[] m_curr_table
return byte[]

m_gbpc protected_oe property

protected int m_gbpc
return int

m_global_table protected_oe property

protected byte[] m_global_table
return byte[]

m_line_stride protected_oe property

protected int m_line_stride
return int

m_local_table protected_oe property

protected byte[] m_local_table
return byte[]

m_out protected_oe property

protected byte[] m_out
return byte[]

pixelAspect protected_oe property

protected int pixelAspect
return int

pixelStack protected_oe property

protected byte[] pixelStack
return byte[]

pixels protected_oe property

protected byte[] pixels
return byte[]

prefix protected_oe property

protected short[] prefix
return short[]

suffix protected_oe property

protected byte[] suffix
return byte[]

transIndex protected_oe property

protected int transIndex
return int

transparency protected_oe property

protected bool transparency
return bool

width protected_oe property

protected int width
return int