C# Class BitMiracle.LibTiff.Classic.Internal.TiffDirEntry

TIFF Image File Directories are comprised of a table of field descriptors of the form shown below. The table is sorted in ascending order by tag. The values associated with each entry are disjoint and may appear anywhere in the file (so long as they are placed on a word boundary). If the value is 4 bytes or less, then it is placed in the offset field to save space. If the value is less than 4 bytes, it is left-justified in the offset field.
Afficher le fichier Open project: Core-Techs/TiffLibrary Class Usage Examples

Méthodes publiques

Свойство Type Description
tdir_count int
tdir_offset uint
tdir_tag TiffTag
tdir_type TiffType

Méthodes publiques

Méthode Description
ToString ( ) : string

Method Details

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

tdir_count public_oe property

number of items; length in spec
public int tdir_count
Résultat int

tdir_offset public_oe property

byte offset to field data
public uint tdir_offset
Résultat uint

tdir_tag public_oe property

public TiffTag tdir_tag
Résultat TiffTag

tdir_type public_oe property

public TiffType tdir_type
Résultat TiffType