WICHeifProperties enumeration (wincodec.h)

Specifies the properties of a High Efficiency Image Format (HEIF) image.

Syntax

typedef enum WICHeifProperties {
  WICHeifOrientation = 0x1,
  WICHeifProperties_FORCE_DWORD = 0x7fffffff
} ;

Constants

 
WICHeifOrientation
Value: 0x1
[VT_UI2] Indicates the orientation of the image.

The value of this property uses the same numbering scheme as the System.Photo.Orientation property. For example, a value of 1 (PHOTO_ORIENTATION_NORMAL) indicates a 0 degree rotation.
WICHeifProperties_FORCE_DWORD
Value: 0x7fffffff

Requirements

Requirement Value
Minimum supported client Windows 10, version 1809 [desktop apps only]
Minimum supported server Windows Server [desktop apps only]
Header wincodec.h