ExifData Constructor (TiffDataType, TiffDataType, 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[] commonTags,
	TiffDataType[] exifTags,
	TiffDataType[] gpsTags
)

Parameters

commonTags
Type: Aspose.CAD.FileFormats.TiffTiffDataType
The common tags.
exifTags
Type: Aspose.CAD.FileFormats.TiffTiffDataType
The EXIF tags.
gpsTags
Type: Aspose.CAD.FileFormats.TiffTiffDataType
The GPS tags.
See Also