C# Class iTextSharp.text.pdf.codec.wmf.InputMeta

Summary description for InputMeta.
Mostra file Open project: mapo80/iTextSharp-Monotouch Class Usage Examples

Public Methods

Method Description
InputMeta ( Stream istr ) : System
ReadByte ( ) : int
ReadColor ( ) : BaseColor
ReadInt ( ) : Int32
ReadShort ( ) : int
ReadWord ( ) : int
Skip ( int len ) : void

Method Details

InputMeta() public method

public InputMeta ( Stream istr ) : System
istr Stream
return System

ReadByte() public method

public ReadByte ( ) : int
return int

ReadColor() public method

public ReadColor ( ) : BaseColor
return iTextSharp.text.BaseColor

ReadInt() public method

public ReadInt ( ) : Int32
return System.Int32

ReadShort() public method

public ReadShort ( ) : int
return int

ReadWord() public method

public ReadWord ( ) : int
return int

Skip() public method

public Skip ( int len ) : void
len int
return void