CaptureSettingAvailableSettings Property
|
Available capture settings value. A list of valid setting values that varies depending on the state and settings of the camera.
Namespace:
Ricoh.CameraController
Assembly:
RicohCameraSDK (in RicohCameraSDK.dll) Version: 1.1
Syntax public List<CaptureSetting> AvailableSettings { get; set; }
Public Property AvailableSettings As List(Of CaptureSetting)
Get
Set
public:
property List<CaptureSetting^>^ AvailableSettings {
List<CaptureSetting^>^ get ();
void set (List<CaptureSetting^>^ value);
}
Property Value
Type:
ListCaptureSettingSee Also