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
Syntaxpublic ExifData(
TiffDataType[] exifdata
)
Public Sub New (
exifdata As TiffDataType()
)
public:
ExifData(
array<TiffDataType^>^ exifdata
)
new :
exifdata : TiffDataType[] -> ExifData
Parameters
- exifdata
- Type: Aspose.CAD.FileFormats.TiffTiffDataType
Array of EXIF tags together with common and GPS tags.
See Also