dymaptic.GeoBlazor.Core
dymaptic.GeoBlazor.Core.Model
ExifInfo Class
An array of Exchangeable image file format information
for the attachment.
ArcGIS Maps SDK for JavaScript
public class ExifInfo :
System.IEquatable<dymaptic.GeoBlazor.Core.Model.ExifInfo>
Inheritance System.Object 🡒 ExifInfo
Implements System.IEquatable<ExifInfo>
Constructors
ExifInfo(string, IReadOnlyCollection) Constructor
An array of Exchangeable image file format information
for the attachment.
ArcGIS Maps SDK for JavaScript
public ExifInfo(string Name, System.Collections.Generic.IReadOnlyCollection<dymaptic.GeoBlazor.Core.Model.ExifInfoTags> Tags);
Parameters
Name
System.String
The file name.
ArcGIS Maps SDK for JavaScript
Tags
System.Collections.Generic.IReadOnlyCollection<ExifInfoTags>
Array of tag objects containing the following properties:
ArcGIS Maps SDK for JavaScript
Properties
ExifInfo.Name Property
The file name.
ArcGIS Maps SDK for JavaScript
public string Name { get; set; }
Property Value
ExifInfo.Tags Property
Array of tag objects containing the following properties:
ArcGIS Maps SDK for JavaScript
public System.Collections.Generic.IReadOnlyCollection<dymaptic.GeoBlazor.Core.Model.ExifInfoTags> Tags { get; set; }
Property Value
System.Collections.Generic.IReadOnlyCollection<ExifInfoTags>