Enum ScreenCaptureFileExtension
Provides definitions for where to store image metadata
Namespace: Microsoft.Internal.Studios.Aruba.Infrastructure
Assembly: Aruba.Infrastructure.dll
Syntax
public enum ScreenCaptureFileExtension
Remarks
Ported from BugAnywhere code.
Fields
| Name | Description |
|---|---|
| bmp | Bitmap format. |
| gif | Gif format. |
| jpeg | Jpeg format. |
| jpg | Jpg format. |
| png | Png format. |
| tiff | Tiff format. |
| wdp | Wdp format. |