Interface IImageDataIntegrationCom
- Namespace
- Sfrep.AppraiseIt.Client.Integration.Com.DataStore.FieldData
- Assembly
- Sfrep.AppraiseIt.Client.Integration.Com.dll
Encapsulates image data in the dynamic data store that can be used to set the data for image fields and image list fields on dynamic forms.
[ComVisible(true)]
[Guid("29293E69-CDC5-4A79-8DF0-70C2597C56BF")]
public interface IImageDataIntegrationCom : IDisposable
Methods
CreationDateTime()
Gets the date that the photo was taken, as parsed from the image file. This value is null if the value is unavailable.
object CreationDateTime()
Returns
- object
The date that the photo was taken, as parsed from the image file. This value is null if the value is unavailable.
Data()
Gets the image file data.
byte[] Data()
Returns
- byte[]
The image file data.
Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
void Dispose()
Elevation()
The elevation level where the photo was taken, as parsed from the image file.
This value is null if the value is unavailable.
object Elevation()
Returns
- object
The elevation level where the photo was taken, as parsed from the image file.
This value is null if the value is unavailable.
ElevationUnits()
The units used for Elevation (e.g., Feet or Meters).
string ElevationUnits()
Returns
- string
The units used for Elevation (e.g., Feet or Meters).
FileExtension()
Gets the image file extension (with the leading period).
string FileExtension()
Returns
- string
The image file extension (with the leading period).
Id()
Gets the image data’s unique identifier in this report.
int Id()
Returns
- int
The image data’s unique identifier in this report.
Latitude()
The latitude where the photo was taken, as parsed from the image file. This value is null if the value is unavailable.
object Latitude()
Returns
- object
The latitude where the photo was taken, as parsed from the image file. This value is null if the value is unavailable.
Longitude()
The latitude where the photo was taken, as parsed from the image file. This value is null if the value is unavailable.
object Longitude()
Returns
- object
The latitude where the photo was taken, as parsed from the image file. This value is null if the value is unavailable.