AppRecordingSaveScreenshotOption Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Name | Value | Description |
---|---|---|
None | 0 | No option is specified. |
HdrContentVisible | 1 | The contents of the app window includes High Dynamic Range (HDR) content. |
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.