C# Class iTextSharp.text.pdf.PdfWriter.PdfBody.PdfCrossReference

Inheritance: IComparable
ファイルを表示 Open project: mapo80/iTextSharp-Monotouch

Public Methods

Method Description
CompareTo ( object o ) : int
Equals ( Object obj ) : bool
GetHashCode ( ) : int
PdfCrossReference ( int type, int refnum, long offset, int generation ) : System
PdfCrossReference ( int refnum, long offset ) : System
PdfCrossReference ( int refnum, long offset, int generation ) : System
ToPdf ( Stream os ) : void
ToPdf ( int midSize, Stream os ) : void

Method Details

CompareTo() public method

public CompareTo ( object o ) : int
o object
return int

Equals() public method

public Equals ( Object obj ) : bool
obj Object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

PdfCrossReference() public method

public PdfCrossReference ( int type, int refnum, long offset, int generation ) : System
type int
refnum int
offset long
generation int
return System

PdfCrossReference() public method

public PdfCrossReference ( int refnum, long offset ) : System
refnum int
offset long
return System

PdfCrossReference() public method

public PdfCrossReference ( int refnum, long offset, int generation ) : System
refnum int
offset long
generation int
return System

ToPdf() public method

public ToPdf ( Stream os ) : void
os Stream
return void

ToPdf() public method

public ToPdf ( int midSize, Stream os ) : void
midSize int
os Stream
return void