[This is preliminary documentation and is subject to change.]

Orientation of image

Namespace: Tools.MetadataT.ExifT
Assembly: Tools.Metadata (in Tools.Metadata.dll) Version: 1.5.3.38916 (1.5.3.38916)

Syntax

C#
[CLSCompliantAttribute(false)]
public Nullable<IfdMain..::..OrientationValues> Orientation { get; set; }
Visual Basic
<CLSCompliantAttribute(False)> _
Public Property Orientation As Nullable(Of IfdMain..::..OrientationValues)
	Get
	Set
Visual C++
[CLSCompliantAttribute(false)]
public:
property Nullable<IfdMain..::..OrientationValues> Orientation {
	Nullable<IfdMain..::..OrientationValues> get ();
	void set (Nullable<IfdMain..::..OrientationValues> value);
}
F#
[<CLSCompliantAttribute(false)>]
member Orientation : Nullable<IfdMain..::..OrientationValues> with get, set
JScript
function get Orientation () : Nullable<IfdMain..::..OrientationValues>
function set Orientation (value : Nullable<IfdMain..::..OrientationValues>)

Exceptions

ExceptionCondition
System.ComponentModel..::..InvalidEnumArgumentExceptionValue of item of value is not member of IfdMain..::..OrientationValues

See Also

Collapse/expand Version History