'Declaration Public Enum ImageCaptureState Inherits System.Enum
public enum ImageCaptureState : System.Enum
__value public enum ImageCaptureState : public System.Enum
public enum class ImageCaptureState : public System.Enum
'Declaration Public Enum ImageCaptureState Inherits System.Enum
public enum ImageCaptureState : System.Enum
__value public enum ImageCaptureState : public System.Enum
public enum class ImageCaptureState : public System.Enum
Member | Description |
---|---|
Started | Start has been called and the capture is still active. |
Stopped | Stop has been called and the capture is complete. |
Failed | The capture failed, or no operation has yet been attempted. |
System.Object
 System.ValueType
   System.Enum
     Vintasoft.Imaging.Media.ImageCaptureState
Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5