CameraCaptureStillQuality Enumeration

3/29/2010

The CameraCaptureStillQuality enumeration specifies the compression level used for still image capture.

Namespace: Microsoft.WindowsMobile.Forms
Assembly: Microsoft.WindowsMobile.Forms (in microsoft.windowsmobile.forms.dll)

Syntax

public enum CameraCaptureStillQuality
'Declaration
Public Enumeration CameraCaptureStillQuality

Members

Member name Description
Default Capture a still image using the default compression level. This is the quality last selected by the user in Picture & Video > Camera Options > Still image compression level:. This is the default value. Value = 0.
High Capture a still image using the High Quality compression level.
Low Capture a still image using the Low Quality compression level.
Normal Capture a still image using the Normal Quality compression level.

See Also

Reference

Microsoft.WindowsMobile.Forms Namespace