IImageScannerSourceConfiguration.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.
Determines if the scan source supports the specified ImageScannerAutoCroppingMode.
public:
bool IsAutoCroppingModeSupported(ImageScannerAutoCroppingMode value);
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
True if the device supports the value mode; otherwise False.