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

Mostrar archivo Open project: red-gate/iTextSharp-4.1.6 Class Usage Examples

Public Methods

Method Description
GetField ( int tag ) : TIFFField
GetFieldAsByte ( int tag ) : byte
GetFieldAsByte ( int tag, int index ) : byte
GetFieldAsDouble ( int tag ) : double
GetFieldAsDouble ( int tag, int index ) : double
GetFieldAsFloat ( int tag ) : float
GetFieldAsFloat ( int tag, int index ) : float
GetFieldAsLong ( int tag ) : long
GetFieldAsLong ( int tag, int index ) : long
GetFields ( ) : iTextSharp.text.pdf.codec.TIFFField[]
GetIFDOffset ( ) : long
GetNextIFDOffset ( ) : long
GetNumDirectories ( RandomAccessFileOrArray stream ) : int
GetNumEntries ( ) : int
GetTags ( ) : int[]
IsBigEndian ( ) : bool
IsTagPresent ( int tag ) : bool
TIFFDirectory ( RandomAccessFileOrArray stream, int directory ) : System
TIFFDirectory ( RandomAccessFileOrArray stream, long ifd_offset, int directory ) : System

Private Methods

Method Description
Initialize ( RandomAccessFileOrArray stream ) : void
IsValidEndianTag ( int endian ) : bool
ReadDouble ( RandomAccessFileOrArray stream ) : double
ReadFloat ( RandomAccessFileOrArray stream ) : float
ReadInt ( RandomAccessFileOrArray stream ) : int
ReadLong ( RandomAccessFileOrArray stream ) : long
ReadShort ( RandomAccessFileOrArray stream ) : short
ReadUnsignedInt ( RandomAccessFileOrArray stream ) : long
ReadUnsignedInt ( RandomAccessFileOrArray stream, bool isBigEndian ) : long
ReadUnsignedShort ( RandomAccessFileOrArray stream ) : int
ReadUnsignedShort ( RandomAccessFileOrArray stream, bool isBigEndian ) : int
TIFFDirectory ( ) : System

Method Details

GetField() public method

public GetField ( int tag ) : TIFFField
tag int
return TIFFField

GetFieldAsByte() public method

public GetFieldAsByte ( int tag ) : byte
tag int
return byte

GetFieldAsByte() public method

public GetFieldAsByte ( int tag, int index ) : byte
tag int
index int
return byte

GetFieldAsDouble() public method

public GetFieldAsDouble ( int tag ) : double
tag int
return double

GetFieldAsDouble() public method

public GetFieldAsDouble ( int tag, int index ) : double
tag int
index int
return double

GetFieldAsFloat() public method

public GetFieldAsFloat ( int tag ) : float
tag int
return float

GetFieldAsFloat() public method

public GetFieldAsFloat ( int tag, int index ) : float
tag int
index int
return float

GetFieldAsLong() public method

public GetFieldAsLong ( int tag ) : long
tag int
return long

GetFieldAsLong() public method

public GetFieldAsLong ( int tag, int index ) : long
tag int
index int
return long

GetFields() public method

public GetFields ( ) : iTextSharp.text.pdf.codec.TIFFField[]
return iTextSharp.text.pdf.codec.TIFFField[]

GetIFDOffset() public method

public GetIFDOffset ( ) : long
return long

GetNextIFDOffset() public method

public GetNextIFDOffset ( ) : long
return long

GetNumDirectories() public static method

public static GetNumDirectories ( RandomAccessFileOrArray stream ) : int
stream iTextSharp.text.pdf.RandomAccessFileOrArray
return int

GetNumEntries() public method

public GetNumEntries ( ) : int
return int

GetTags() public method

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

IsBigEndian() public method

public IsBigEndian ( ) : bool
return bool

IsTagPresent() public method

public IsTagPresent ( int tag ) : bool
tag int
return bool

TIFFDirectory() public method

public TIFFDirectory ( RandomAccessFileOrArray stream, int directory ) : System
stream iTextSharp.text.pdf.RandomAccessFileOrArray
directory int
return System

TIFFDirectory() public method

public TIFFDirectory ( RandomAccessFileOrArray stream, long ifd_offset, int directory ) : System
stream iTextSharp.text.pdf.RandomAccessFileOrArray
ifd_offset long
directory int
return System