IsBigEndian

ExifData.IsBigEndian property

Gets or sets a value indicating whether the stream EXIF data created from is big endian.

public bool IsBigEndian { get; set; }

Property Value

true if the stream EXIF data created from is big endian; otherwise, false.

See Also