captureScenario:onConfigureImageCaptureSettings: method of the AUIMultiPageCaptureSettings protocol
Provides image capture processing settings to the page during capture. The page with specified index will be captured according to these settings.
- (void)captureScenario:(AUIMultiPageImageCaptureScenario*)captureScenario
onConfigureImageCaptureSettings:(id<AUIImageCaptureSettings>)settings
forPageAtIndex:(NSUInteger)index;
Parameters
- captureScenario
- The multipage image capture scenario, represented by the AUIMultiPageImageCaptureScenario object. The image capture will be performed according to the settings during this scenario.
- settings
- The AUIImageCaptureSettings object storing all the setting to be applied.
- index
- The number of the processing page.
3/2/2022 12:59:15 PM