GeoBlazor Pro


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

dymaptic.GeoBlazor.Pro

dymaptic.GeoBlazor.Pro.Components.Widgets

OrientationInfo Class

An object containing properties specific to the orientation of an image attachment. This information is stored within the attachment’s exifInfo. In order to read this, you must first set the attachment query’s returnMetadata to true to get the exif info associated with the attachment.
ArcGIS Maps SDK for JavaScript

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

Inheritance System.Object 🡒 OrientationInfo

Implements System.IEquatable<OrientationInfo>

Constructors

OrientationInfo(long, int, bool) Constructor

An object containing properties specific to the orientation of an image attachment. This information is stored within the attachment’s exifInfo. In order to read this, you must first set the attachment query’s returnMetadata to true to get the exif info associated with the attachment.
ArcGIS Maps SDK for JavaScript

public OrientationInfo(long Id, int Rotation, bool Mirrored);

Parameters

Id System.Int64

The identifier for the orientation info.

Rotation System.Int32

The rotation value for the attached image.

Mirrored System.Boolean

Indicates whether the image displays mirrored.

Properties

OrientationInfo.Id Property

The identifier for the orientation info.

public long Id { get; set; }

Property Value

System.Int64

OrientationInfo.Mirrored Property

Indicates whether the image displays mirrored.

public bool Mirrored { get; set; }

Property Value

System.Boolean

OrientationInfo.Rotation Property

The rotation value for the attached image.

public int Rotation { get; set; }

Property Value

System.Int32