GeoBlazor Pro


layout: pro title: ExifInfo parent: Pro Classes grand_parent: GeoBlazor Pro —

dymaptic.GeoBlazor.Pro

dymaptic.GeoBlazor.Pro.Components.Widgets

ExifInfo Class

An array of Exchangeable image file format information for the attachment. You must set the attachment query’s returnMetadata to true to get the exif info associated with the attachment.
ArcGIS Maps SDK for JavaScript

public class ExifInfo :
System.IEquatable<dymaptic.GeoBlazor.Pro.Components.Widgets.ExifInfo>

Inheritance System.Object 🡒 ExifInfo

Implements System.IEquatable<ExifInfo>

Constructors

ExifInfo(string, ExifInfoTag[]) Constructor

An array of Exchangeable image file format information for the attachment. You must set the attachment query’s returnMetadata to true to get the exif info associated with the attachment.
ArcGIS Maps SDK for JavaScript

public ExifInfo(string Name, dymaptic.GeoBlazor.Pro.Components.Widgets.ExifInfoTag[] Tags);

Parameters

Name System.String

The file name.

Tags ExifInfoTag[]

Array of ExifInfoTag objects.

Properties

ExifInfo.Name Property

The file name.

public string Name { get; set; }

Property Value

System.String

ExifInfo.Tags Property

Array of ExifInfoTag objects.

public dymaptic.GeoBlazor.Pro.Components.Widgets.ExifInfoTag[] Tags { get; set; }

Property Value

ExifInfoTag[]