[This is preliminary documentation and is subject to change.]
Pixel composition
Namespace: Tools.MetadataT.ExifTAssembly: 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
| Exception | Condition |
|---|---|
| System.ComponentModel..::..InvalidEnumArgumentException | Value of item of value is not member of IfdMain..::..PhotometricInterpretationValues |
See Also
Version History
1.5.2
- DisplayNameAttribute added