Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
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

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