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

Inheritance: IComparable
显示文件 Open project: red-gate/iTextSharp-4.1.6 Class Usage Examples

Public Methods

Method Description
CompareTo ( Object o ) : int
GetAsBytes ( ) : byte[]
GetAsChars ( ) : char[]
GetAsDouble ( int index ) : double
GetAsDoubles ( ) : double[]
GetAsFloat ( int index ) : float
GetAsFloats ( ) : float[]
GetAsInt ( int index ) : int
GetAsInts ( ) : int[]
GetAsLong ( int index ) : long
GetAsLongs ( ) : long[]
GetAsRational ( int index ) : long[]
GetAsRationals ( ) : long[][]
GetAsSRational ( int index ) : int[]
GetAsSRationals ( ) : int[][]
GetAsShorts ( ) : short[]
GetAsString ( int index ) : String
GetCount ( ) : int
GetTag ( ) : int
GetType ( ) : int
TIFFField ( int tag, int type, int count, Object data ) : System

Private Methods

Method Description
TIFFField ( ) : System

Method Details

CompareTo() public method

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

GetAsBytes() public method

public GetAsBytes ( ) : byte[]
return byte[]

GetAsChars() public method

public GetAsChars ( ) : char[]
return char[]

GetAsDouble() public method

public GetAsDouble ( int index ) : double
index int
return double

GetAsDoubles() public method

public GetAsDoubles ( ) : double[]
return double[]

GetAsFloat() public method

public GetAsFloat ( int index ) : float
index int
return float

GetAsFloats() public method

public GetAsFloats ( ) : float[]
return float[]

GetAsInt() public method

public GetAsInt ( int index ) : int
index int
return int

GetAsInts() public method

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

GetAsLong() public method

public GetAsLong ( int index ) : long
index int
return long

GetAsLongs() public method

public GetAsLongs ( ) : long[]
return long[]

GetAsRational() public method

public GetAsRational ( int index ) : long[]
index int
return long[]

GetAsRationals() public method

public GetAsRationals ( ) : long[][]
return long[][]

GetAsSRational() public method

public GetAsSRational ( int index ) : int[]
index int
return int[]

GetAsSRationals() public method

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

GetAsShorts() public method

public GetAsShorts ( ) : short[]
return short[]

GetAsString() public method

public GetAsString ( int index ) : String
index int
return String

GetCount() public method

public GetCount ( ) : int
return int

GetTag() public method

public GetTag ( ) : int
return int

GetType() public method

public GetType ( ) : int
return int

TIFFField() public method

public TIFFField ( int tag, int type, int count, Object data ) : System
tag int
type int
count int
data Object
return System