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

Afficher le fichier Open project: red-gate/iTextSharp-4.1.6 Class Usage Examples

Méthodes publiques

Méthode 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

Méthode 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 méthode

public GetField ( int tag ) : TIFFField
tag int
Résultat TIFFField

GetFieldAsByte() public méthode

public GetFieldAsByte ( int tag ) : byte
tag int
Résultat byte

GetFieldAsByte() public méthode

public GetFieldAsByte ( int tag, int index ) : byte
tag int
index int
Résultat byte

GetFieldAsDouble() public méthode

public GetFieldAsDouble ( int tag ) : double
tag int
Résultat double

GetFieldAsDouble() public méthode

public GetFieldAsDouble ( int tag, int index ) : double
tag int
index int
Résultat double

GetFieldAsFloat() public méthode

public GetFieldAsFloat ( int tag ) : float
tag int
Résultat float

GetFieldAsFloat() public méthode

public GetFieldAsFloat ( int tag, int index ) : float
tag int
index int
Résultat float

GetFieldAsLong() public méthode

public GetFieldAsLong ( int tag ) : long
tag int
Résultat long

GetFieldAsLong() public méthode

public GetFieldAsLong ( int tag, int index ) : long
tag int
index int
Résultat long

GetFields() public méthode

public GetFields ( ) : iTextSharp.text.pdf.codec.TIFFField[]
Résultat iTextSharp.text.pdf.codec.TIFFField[]

GetIFDOffset() public méthode

public GetIFDOffset ( ) : long
Résultat long

GetNextIFDOffset() public méthode

public GetNextIFDOffset ( ) : long
Résultat long

GetNumDirectories() public static méthode

public static GetNumDirectories ( RandomAccessFileOrArray stream ) : int
stream iTextSharp.text.pdf.RandomAccessFileOrArray
Résultat int

GetNumEntries() public méthode

public GetNumEntries ( ) : int
Résultat int

GetTags() public méthode

public GetTags ( ) : int[]
Résultat int[]

IsBigEndian() public méthode

public IsBigEndian ( ) : bool
Résultat bool

IsTagPresent() public méthode

public IsTagPresent ( int tag ) : bool
tag int
Résultat bool

TIFFDirectory() public méthode

public TIFFDirectory ( RandomAccessFileOrArray stream, int directory ) : System
stream iTextSharp.text.pdf.RandomAccessFileOrArray
directory int
Résultat System

TIFFDirectory() public méthode

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