C#
VB
C++
Sets the image capture mode. For more information please refer to WIA_DPC_CAPTURE_MODE property ID in Microsoft Windows SDK Documentation.
public enum WiaCaptureMode Public Enum WiaCaptureModeInherits System.EnumImplements System.IComparable, System.IConvertible, System.IFormattable
public enum class WiaCaptureMode : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable Members
| Value | Member | Description |
|---|---|---|
| 1 | Normal | Normal mode for the camera. |
| 2 | Burst | Capture more than one image in quick succession as defined by the values of the WiaPropertyId.CameraDeviceBurstNumber and WiaPropertyId.CameraDeviceBurstInterval properties. |
| 3 | Timelapse | Capture more than one image in succession as defined by the WiaPropertyId.CameraDeviceTimelapseNumber and WiaPropertyId.CameraDeviceTimelapseInterval properties. |
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET
