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
)
Public Sub New (
commonTags As TiffDataType(),
exifTags As TiffDataType(),
gpsTags As TiffDataType()
)
public:
ExifData(
array<TiffDataType^>^ commonTags,
array<TiffDataType^>^ exifTags,
array<TiffDataType^>^ gpsTags
)
new :
commonTags : TiffDataType[] *
exifTags : TiffDataType[] *
gpsTags : TiffDataType[] -> ExifData
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