ImageScannerFlatbedConfiguration.IsAutoCroppingModeSupported Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns whether the scanner's flatbed supports the specified ImageScannerAutoCroppingMode.
public:
virtual bool IsAutoCroppingModeSupported(ImageScannerAutoCroppingMode value) = IsAutoCroppingModeSupported;
bool IsAutoCroppingModeSupported(ImageScannerAutoCroppingMode const& value);
public bool IsAutoCroppingModeSupported(ImageScannerAutoCroppingMode value);
function isAutoCroppingModeSupported(value)
Public Function IsAutoCroppingModeSupported (value As ImageScannerAutoCroppingMode) As Boolean
Parameters
The auto crop mode of the image to scan.
Returns
Boolean
bool
Indicates whether the device supports value mode.