AppRecordingSaveScreenshotOption Enum

Definition

Specifies the options used for saving a screenshot with SaveScreenshotToFilesAsync.

public enum class AppRecordingSaveScreenshotOption
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Media.AppRecording.AppRecordingContract, 65536)]
enum class AppRecordingSaveScreenshotOption
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Media.AppRecording.AppRecordingContract), 65536)]
public enum AppRecordingSaveScreenshotOption
var value = Windows.Media.AppRecording.AppRecordingSaveScreenshotOption.none
Public Enum AppRecordingSaveScreenshotOption
Inheritance
AppRecordingSaveScreenshotOption
Attributes

Windows requirements

Device family
Windows Desktop Extension SDK (introduced in 10.0.16299.0)
API contract
Windows.Media.AppRecording.AppRecordingContract (introduced in v1.0)

Fields

HdrContentVisible 1

The contents of the app window includes High Dynamic Range (HDR) content.

None 0

No option is specified.

Remarks

Specifying this value provides the system with a hint to help it perform the proper colorspace conversions when saving a screenshot. If the content of the app window contains HDR content, the app should specify HdrContentVisible, otherwise the app should specify None.

Applies to

See also