메소드 | 설명 | |
---|---|---|
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.
|
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 |
writeCount | short | The number of values to write when writing field information
/// or one of |
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 |
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
/// |
name | string | The name (description) of the tag this instance describes. |