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

Pixel composition

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

Exceptions

See Also

Collapse/expand Version History