ExifDataIsBigEndian Property |
Gets or sets a value indicating whether the stream EXIF data created from is big endian.
Namespace: Aspose.Imaging.ExifAssembly: Aspose.Imaging (in Aspose.Imaging.dll) Version: 21.04
Syntaxpublic bool IsBigEndian { get; set; }
Public Property IsBigEndian As Boolean
Get
Set
public:
property bool IsBigEndian {
bool get ();
void set (bool value);
}
member IsBigEndian : bool with get, set
Property Value
Type:
Booleantrue if the stream EXIF data created from is big endian; otherwise,
false.
See Also