Skip to main content

ButtonConfiguration

A configuration class used to alter the default buttons.

Since

2.0.1

Properties

buttonEditRotate?

optional buttonEditRotate: DocutainButton;

The button that rotates the current page.

Since

2.0.1


buttonEditCrop?

optional buttonEditCrop: DocutainButton;

The button that opens the cropping functionality.

Since

2.0.1


buttonEditFilter?

optional buttonEditFilter: DocutainButton;

The button that opens the filter functionality.

Since

2.0.1


buttonEditArrange?

optional buttonEditArrange: DocutainButton;

The button that opens the page arrangement functionality.

Since

2.0.1


buttonEditRetake?

optional buttonEditRetake: DocutainButton;

The button that starts the process of replacing the current page with a new scan.

Since

2.0.1


buttonEditDelete?

optional buttonEditDelete: DocutainButton;

The button that deletes the current page or opens a dialog with options if multiple pages are available.

Since

2.0.1


buttonEditFinish?

optional buttonEditFinish: DocutainButton;

The button that finishes the scan process.

Since

2.0.1


buttonCropExpand?

optional buttonCropExpand: DocutainButton;

The button within the cropping functionality that expands the current cropping rectangle to the whole page.

Since

2.0.1


buttonCropSnap?

optional buttonCropSnap: DocutainButton;

The button within the cropping functionality that snaps the current cropping rectangle to the detected document.

Since

2.0.1


buttonCropFinish?

optional buttonCropFinish: DocutainButton;

The button within the cropping functionality that finishes the manual cropping process according to the current cropping rectangle.

Since

2.0.1


buttonScanAutoCaptureOn?

optional buttonScanAutoCaptureOn: DocutainButton;

The button within the scan functionality that is shown when automatic capture is activated.

Since

2.0.1


buttonScanAutoCaptureOff?

optional buttonScanAutoCaptureOff: DocutainButton;

The button within the scan functionality that is shown when automatic capture is deactivated.

Since

2.0.1


buttonScanTorch?

optional buttonScanTorch: DocutainButton;

The button within the scan functionality that toggles the torch.

Since

2.0.1


buttonScanCapture?

optional buttonScanCapture: DocutainButton;

The button within the scan functionality that triggers a manual image capture.

Since

2.0.1


buttonScanFinish?

optional buttonScanFinish: DocutainButton;

The button within the scan functionality that finishes the current scan process and leads to the editing page.

Since

2.0.1


buttonConfirmationFinish?

optional buttonConfirmationFinish: DocutainButton;

The button on the confirmation page that finishes the scan process. See [DocumentScannerConfiguration.confirmPages].

Since

2.0.1


buttonEditAddPage?

optional buttonEditAddPage: DocutainButton;

The button on the edit page that opens the scan screen to add a new page.

Since

6.0.0


buttonScanImport?

optional buttonScanImport: DocutainButton;

The button on the scan page that opens a file importer.

Since

6.0.0