ExifData.ExifData
Contents
[
Hide
]ExifData()
Initializes a new instance of the ExifData class.
public ExifData()
See Also
- class ExifData
- namespace Aspose.CAD.Exif
- assembly Aspose.CAD
ExifData(TiffDataType[])
Initializes a new instance of the ExifData class with data from array.
public ExifData(TiffDataType[] exifdata)
| Parameter | Type | Description |
|---|---|---|
| exifdata | TiffDataType[] | Array of EXIF tags together with common and GPS tags. |
See Also
- class TiffDataType
- class ExifData
- namespace Aspose.CAD.Exif
- assembly Aspose.CAD
ExifData(TiffDataType[], TiffDataType[], TiffDataType[])
Initializes a new instance of the ExifData class with data from array.
public ExifData(TiffDataType[] commonTags, TiffDataType[] exifTags, TiffDataType[] gpsTags)
| Parameter | Type | Description |
|---|---|---|
| commonTags | TiffDataType[] | The common tags. |
| exifTags | TiffDataType[] | The EXIF tags. |
| gpsTags | TiffDataType[] | The GPS tags. |
See Also
- class TiffDataType
- class ExifData
- namespace Aspose.CAD.Exif
- assembly Aspose.CAD