Click or drag to resize

TiffTag Constructor

Creates an new instance of TiffTag.
Overload List
  NameDescription
Public methodTiffTag(TiffTagID, Object)
Creates a new instance of TiffTag with the tag ID enumeration and object data automatically determine the data type.
Public methodTiffTag(Int32, Object, TiffTagDataType)
Creates a new instance of TiffTag with the tag ID, object data, and data type.
Public methodTiffTag(TiffTagID, Object, TiffTagDataType)
Creates a new instance of TiffTag with the tag ID, object data, and data type.
Top
See Also