C# 클래스 BitMiracle.LibTiff.Classic.TiffFieldInfo

Represents a TIFF field information.
TiffFieldInfo describes a field. It provides information about field name, type, number of values etc.
파일 보기 프로젝트 열기: Core-Techs/TiffLibrary 1 사용 예제들

공개 메소드들

메소드 설명
TiffFieldInfo ( TiffTag tag, short readCount, short writeCount, TiffType type, short bit, bool okToChange, bool passCount, string name )

Initializes a new instance of the TiffFieldInfo class.

ToString ( ) : string

Returns a System.String that represents this instance.

메소드 상세

TiffFieldInfo() 공개 메소드

Initializes a new instance of the TiffFieldInfo class.
public TiffFieldInfo ( TiffTag tag, short readCount, short writeCount, TiffType type, short bit, bool okToChange, bool passCount, string name )
tag TiffTag The tag to describe.
readCount short The number of values to read when reading field information or /// one of , and .
writeCount short The number of values to write when writing field information /// or one of , and .
type TiffType The type of the field value.
bit short Index of the bit to use in "Set Fields Vector" when this instance /// is merged into field info collection. Take a look at class.
okToChange bool If true, then it is permissible to set the tag's value even /// after writing has commenced.
passCount bool If true, then number of value elements should be passed to /// method as second parameter (right after tag type AND /// before value itself).
name string The name (description) of the tag this instance describes.

ToString() 공개 메소드

Returns a System.String that represents this instance.
public ToString ( ) : string
리턴 string