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.
파일 보기 프로젝트 열기: Core-Techs/TiffLibrary 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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