ExifData Constructor (TiffDataType)

Initializes a new instance of the ExifData class with data from array.

Namespace:  Aspose.CAD.Exif
Assembly:  Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntax
public ExifData(
	TiffDataType[] exifdata
)

Parameters

exifdata
Type: Aspose.CAD.FileFormats.TiffTiffDataType
Array of EXIF tags together with common and GPS tags.
See Also