Method | Description | |
---|---|---|
ExifTagInfo ( int tagNumber, int format, int componentsNumber, int valueOrOffset ) : System |
Initializes a new instance of the ExifTagInfo class.
|
public ExifTagInfo ( int tagNumber, int format, int componentsNumber, int valueOrOffset ) : System | ||
tagNumber | int | The tag number. This is a number that identifies the tag type. |
format | int | The format of the tag data. |
componentsNumber | int | /// The number of components. /// Used when there is a maximum limit for the number of components. /// |
valueOrOffset | int | /// The value of the tag or the offset where the tag value can be find. /// |
return | System |