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

Color space information

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<IfdExif..::..ColorSpaceValues> ColorSpace { get; set; }
Visual Basic
<CLSCompliantAttribute(False)> _
Public Property ColorSpace As Nullable(Of IfdExif..::..ColorSpaceValues)
	Get
	Set
Visual C++
[CLSCompliantAttribute(false)]
public:
property Nullable<IfdExif..::..ColorSpaceValues> ColorSpace {
	Nullable<IfdExif..::..ColorSpaceValues> get ();
	void set (Nullable<IfdExif..::..ColorSpaceValues> value);
}
F#
[<CLSCompliantAttribute(false)>]
member ColorSpace : Nullable<IfdExif..::..ColorSpaceValues> with get, set
JScript
function get ColorSpace () : Nullable<IfdExif..::..ColorSpaceValues>
function set ColorSpace (value : Nullable<IfdExif..::..ColorSpaceValues>)

Exceptions

ExceptionCondition
System.ComponentModel..::..InvalidEnumArgumentExceptionValue of item of value is not member of IfdExif..::..ColorSpaceValues

See Also

Collapse/expand Version History