JpegExifData.JpegExifData
Contents
[
Hide
]JpegExifData()
Initializes a new instance of the JpegExifData
class.
public JpegExifData()
See Also
- class JpegExifData
- namespace Aspose.CAD.Exif
- assembly Aspose.CAD
JpegExifData(TiffDataType[])
Initializes a new instance of the JpegExifData
class with data from array.
public JpegExifData(TiffDataType[] exifdata)
Parameter | Type | Description |
---|---|---|
exifdata | TiffDataType[] | Array of EXIF tags together with common and GPS tags. |
See Also
- class TiffDataType
- class JpegExifData
- namespace Aspose.CAD.Exif
- assembly Aspose.CAD
JpegExifData(TiffDataType[], TiffDataType[], TiffDataType[])
Initializes a new instance of the JpegExifData
class with data from array.
public JpegExifData(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 JpegExifData
- namespace Aspose.CAD.Exif
- assembly Aspose.CAD