ExifDataFlashpixVersion Property |
Namespace: Aspose.Imaging.Exif
public byte[] FlashpixVersion { get; set; }
Public Property FlashpixVersion As Byte() Get Set
public: property array<unsigned char>^ FlashpixVersion { array<unsigned char>^ get (); void set (array<unsigned char>^ value); }
member FlashpixVersion : byte[] with get, set