CameraImagingIsBackLightCompensationSupported Property |
Namespace:
Ozeki.Camera
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntaxpublic bool IsBackLightCompensationSupported { get; }
Public ReadOnly Property IsBackLightCompensationSupported As Boolean
Get
public:
virtual property bool IsBackLightCompensationSupported {
bool get () sealed;
}
abstract IsBackLightCompensationSupported : bool with get
override IsBackLightCompensationSupported : bool with get
Property Value
Type:
BooleanImplements
ICameraImagingIsBackLightCompensationSupported
See Also