CaptureSettings interface
Manages the image capture process of a certain page.
interface CaptureSettings
Methods
Important! All methods should be called from the Android Main Thread.
Name | Description |
---|---|
onConfigureImageCaptureSettings |
Provides image capture processing settings to the page during capture. The page with specified index will be captured according to these settings. This method should be called from the image capture scenario with settings, that will be applied to the specified page capture process, represented by an ImageCaptureSettings object. |
3/2/2022 12:59:15 PM