[This is preliminary documentation and is subject to change.]
Supported Flashpix version
Namespace: Tools.MetadataT.ExifTAssembly: Tools.Metadata (in Tools.Metadata.dll) Version: 1.5.3.38916 (1.5.3.38916)
Syntax
| C# |
|---|
public IfdExif..::..FlashpixVersionValues[] FlashpixVersion { get; set; } |
| Visual Basic |
|---|
Public Property FlashpixVersion As IfdExif..::..FlashpixVersionValues() Get Set |
| Visual C++ |
|---|
public: property array<IfdExif..::..FlashpixVersionValues>^ FlashpixVersion { array<IfdExif..::..FlashpixVersionValues>^ get (); void set (array<IfdExif..::..FlashpixVersionValues>^ value); } |
| F# |
|---|
member FlashpixVersion : IfdExif..::..FlashpixVersionValues[] with get, set |
| JScript |
|---|
function get FlashpixVersion () : IfdExif..::..FlashpixVersionValues[] function set FlashpixVersion (value : IfdExif..::..FlashpixVersionValues[]) |
Exceptions
| Exception | Condition |
|---|---|
| System.ComponentModel..::..InvalidEnumArgumentException | Value of item of value is not member of IfdExif..::..FlashpixVersionValues |
See Also
Version History
1.5.2
- DisplayNameAttribute added