TiffTagFactory.CreateInstance

TiffTagFactory.CreateInstance method

Creates a new data type instance.

public static TiffDataType CreateInstance(ushort dataType, ushort tagId)
ParameterTypeDescription
dataTypeUInt16The data type instance.
tagIdUInt16The tag id.

Return Value

Tiff tag data type

See Also