 | ProcessingConfigurationMaximizeAutoFocusContrast Property |
Enables or disables the contrast maximization during auto-focus process.
Namespace:
LynceeTec.InterfaceProcessingV2.Configurations
Assembly:
LynceeTec.InterfaceProcessingV2 (in LynceeTec.InterfaceProcessingV2.dll) Version: 0.0.0.0
Syntaxpublic bool MaximizeAutoFocusContrast { get; set; }
public:
property bool MaximizeAutoFocusContrast {
bool get ();
void set (bool value);
}
Property Value
Type:
Booleantrue maximizes contrast,
false minimizes it.
See Also