Class ImageDataIntegrationCom
- 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("10028221-8AF0-4304-8F85-86DE7627BC02")]
[ClassInterface(ClassInterfaceType.None)]
public sealed class ImageDataIntegrationCom : IImageDataIntegrationCom, IDisposable
- Inheritance
-
objectImageDataIntegrationCom
- Implements
- Inherited Members
-
object.ToString()object.Equals(object)object.Equals(object, object)object.ReferenceEquals(object, object)object.GetHashCode()object.GetType()
Constructors
ImageDataIntegrationCom()
This no args constructor is required for COM support and should not be called directly.
public ImageDataIntegrationCom()
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.
public 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.
public byte[] Data()
Returns
- byte[]
The image file data.
Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public 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.
public 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).
public string ElevationUnits()
Returns
- string
The units used for Elevation (e.g., Feet or Meters).
FileExtension()
Gets the image file extension (with the leading period).
public string FileExtension()
Returns
- string
The image file extension (with the leading period).
Id()
Gets the image data’s unique identifier in this report.
public 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.
public 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.
public 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.