C# Класс 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.
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
tdir_count int
tdir_offset uint
tdir_tag TiffTag
tdir_type TiffType

Открытые методы

Метод Описание
ToString ( ) : string

Описание методов

ToString() публичный Метод

public ToString ( ) : string
Результат string

Описание свойств

tdir_count публичное свойство

number of items; length in spec
public int tdir_count
Результат int

tdir_offset публичное свойство

byte offset to field data
public uint tdir_offset
Результат uint

tdir_tag публичное свойство

public TiffTag tdir_tag
Результат TiffTag

tdir_type публичное свойство

public TiffType tdir_type
Результат TiffType