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

Show file Open project: red-gate/iTextSharp-4.1.6 Class Usage Examples

Public Methods

Method Description
CopyByteArray ( byte b ) : byte[]
GetGlobal ( bool for_embedding ) : byte[]
GetPage ( int page ) : JBIG2Page
GetPageHeight ( int i ) : int
GetPageWidth ( int i ) : int
JBIG2SegmentReader ( RandomAccessFileOrArray ra ) : System
NumberOfPages ( ) : int
Read ( ) : void
ReadFileHeader ( ) : void
ReadSegment ( JBIG2Segment s ) : void
ToString ( ) : String

Private Methods

Method Description
ReadHeader ( ) : JBIG2Segment

Method Details

CopyByteArray() public static method

public static CopyByteArray ( byte b ) : byte[]
b byte
return byte[]

GetGlobal() public method

public GetGlobal ( bool for_embedding ) : byte[]
for_embedding bool
return byte[]

GetPage() public method

public GetPage ( int page ) : JBIG2Page
page int
return JBIG2Page

GetPageHeight() public method

public GetPageHeight ( int i ) : int
i int
return int

GetPageWidth() public method

public GetPageWidth ( int i ) : int
i int
return int

JBIG2SegmentReader() public method

public JBIG2SegmentReader ( RandomAccessFileOrArray ra ) : System
ra iTextSharp.text.pdf.RandomAccessFileOrArray
return System

NumberOfPages() public method

public NumberOfPages ( ) : int
return int

Read() public method

public Read ( ) : void
return void

ReadFileHeader() public method

public ReadFileHeader ( ) : void
return void

ReadSegment() public method

public ReadSegment ( JBIG2Segment s ) : void
s JBIG2Segment
return void

ToString() public method

public ToString ( ) : String
return String