JpegOptionsExifData Property |
Get or set exif data container
Namespace:
Aspose.CAD.ImageOptions
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntax public JpegExifData ExifData { get; set; }
Public Property ExifData As JpegExifData
Get
Set
public:
property JpegExifData^ ExifData {
JpegExifData^ get ();
void set (JpegExifData^ value);
}
member ExifData : JpegExifData with get, set
Property Value
Type:
JpegExifDataSee Also