C# 클래스 BitMiracle.LibTiff.Classic.Internal.TiffDirectory

Internal format of a TIFF directory entry.
파일 보기 프로젝트 열기: Core-Techs/TiffLibrary 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
td_bitspersample short
td_colormap short[][]
td_compression Compression
td_customValueCount int
td_customValues BitMiracle.LibTiff.Classic.Internal.TiffTagValue[]
td_extrasamples short
td_fieldsset int[]
td_fillorder FillOrder
td_halftonehints short[]
td_imagedepth int
td_imagelength int
td_imagewidth int
td_inknames string
td_inknameslen int
td_maxsamplevalue ushort
td_minsamplevalue ushort
td_nstrips int
td_nsubifd short
td_orientation Orientation
td_pagenumber short[]
td_photometric Photometric
td_planarconfig PlanarConfig
td_refblackwhite float[]
td_resolutionunit ResUnit
td_rowsperstrip int
td_sampleformat SampleFormat
td_sampleinfo ExtraSample[]
td_samplesperpixel short
td_smaxsamplevalue double
td_sminsamplevalue double
td_stripbytecount uint[]
td_stripbytecountsorted bool
td_stripoffset uint[]
td_stripsperimage int
td_subfiletype FileType
td_subifd int[]
td_threshholding Threshold
td_tiledepth int
td_tilelength int
td_tilewidth int
td_transferfunction short[][]
td_xposition float
td_xresolution float
td_ycbcrpositioning YCbCrPosition
td_ycbcrsubsampling short[]
td_yposition float
td_yresolution float

공개 메소드들

메소드 설명
TiffDirectory ( )

메소드 상세

TiffDirectory() 공개 메소드

public TiffDirectory ( )

프로퍼티 상세

td_bitspersample 공개적으로 프로퍼티

public short td_bitspersample
리턴 short

td_colormap 공개적으로 프로퍼티

public short[][] td_colormap
리턴 short[][]

td_compression 공개적으로 프로퍼티

public Compression td_compression
리턴 Compression

td_customValueCount 공개적으로 프로퍼티

public int td_customValueCount
리턴 int

td_customValues 공개적으로 프로퍼티

public TiffTagValue[],BitMiracle.LibTiff.Classic.Internal td_customValues
리턴 BitMiracle.LibTiff.Classic.Internal.TiffTagValue[]

td_extrasamples 공개적으로 프로퍼티

public short td_extrasamples
리턴 short

td_fieldsset 공개적으로 프로퍼티

bit vector of fields that are set
public int[] td_fieldsset
리턴 int[]

td_fillorder 공개적으로 프로퍼티

public FillOrder td_fillorder
리턴 FillOrder

td_halftonehints 공개적으로 프로퍼티

public short[] td_halftonehints
리턴 short[]

td_imagedepth 공개적으로 프로퍼티

public int td_imagedepth
리턴 int

td_imagelength 공개적으로 프로퍼티

public int td_imagelength
리턴 int

td_imagewidth 공개적으로 프로퍼티

public int td_imagewidth
리턴 int

td_inknames 공개적으로 프로퍼티

public string td_inknames
리턴 string

td_inknameslen 공개적으로 프로퍼티

public int td_inknameslen
리턴 int

td_maxsamplevalue 공개적으로 프로퍼티

public ushort td_maxsamplevalue
리턴 ushort

td_minsamplevalue 공개적으로 프로퍼티

public ushort td_minsamplevalue
리턴 ushort

td_nstrips 공개적으로 프로퍼티

size of offset and bytecount arrays
public int td_nstrips
리턴 int

td_nsubifd 공개적으로 프로퍼티

public short td_nsubifd
리턴 short

td_orientation 공개적으로 프로퍼티

public Orientation td_orientation
리턴 Orientation

td_pagenumber 공개적으로 프로퍼티

public short[] td_pagenumber
리턴 short[]

td_photometric 공개적으로 프로퍼티

public Photometric td_photometric
리턴 Photometric

td_planarconfig 공개적으로 프로퍼티

public PlanarConfig td_planarconfig
리턴 PlanarConfig

td_refblackwhite 공개적으로 프로퍼티

public float[] td_refblackwhite
리턴 float[]

td_resolutionunit 공개적으로 프로퍼티

public ResUnit td_resolutionunit
리턴 ResUnit

td_rowsperstrip 공개적으로 프로퍼티

public int td_rowsperstrip
리턴 int

td_sampleformat 공개적으로 프로퍼티

public SampleFormat td_sampleformat
리턴 SampleFormat

td_sampleinfo 공개적으로 프로퍼티

public ExtraSample[] td_sampleinfo
리턴 ExtraSample[]

td_samplesperpixel 공개적으로 프로퍼티

public short td_samplesperpixel
리턴 short

td_smaxsamplevalue 공개적으로 프로퍼티

public double td_smaxsamplevalue
리턴 double

td_sminsamplevalue 공개적으로 프로퍼티

public double td_sminsamplevalue
리턴 double

td_stripbytecount 공개적으로 프로퍼티

public uint[] td_stripbytecount
리턴 uint[]

td_stripbytecountsorted 공개적으로 프로퍼티

is the bytecount array sorted ascending?
public bool td_stripbytecountsorted
리턴 bool

td_stripoffset 공개적으로 프로퍼티

public uint[] td_stripoffset
리턴 uint[]

td_stripsperimage 공개적으로 프로퍼티

public int td_stripsperimage
리턴 int

td_subfiletype 공개적으로 프로퍼티

public FileType td_subfiletype
리턴 FileType

td_subifd 공개적으로 프로퍼티

public int[] td_subifd
리턴 int[]

td_threshholding 공개적으로 프로퍼티

public Threshold td_threshholding
리턴 Threshold

td_tiledepth 공개적으로 프로퍼티

public int td_tiledepth
리턴 int

td_tilelength 공개적으로 프로퍼티

public int td_tilelength
리턴 int

td_tilewidth 공개적으로 프로퍼티

public int td_tilewidth
리턴 int

td_transferfunction 공개적으로 프로퍼티

public short[][] td_transferfunction
리턴 short[][]

td_xposition 공개적으로 프로퍼티

public float td_xposition
리턴 float

td_xresolution 공개적으로 프로퍼티

public float td_xresolution
리턴 float

td_ycbcrpositioning 공개적으로 프로퍼티

public YCbCrPosition td_ycbcrpositioning
리턴 YCbCrPosition

td_ycbcrsubsampling 공개적으로 프로퍼티

public short[] td_ycbcrsubsampling
리턴 short[]

td_yposition 공개적으로 프로퍼티

public float td_yposition
리턴 float

td_yresolution 공개적으로 프로퍼티

public float td_yresolution
리턴 float