scan fix A4

This commit is contained in:
2025-04-30 08:24:51 +02:00
parent bc24390692
commit 5965000967

View File

@@ -266,6 +266,11 @@ Public Class frmScan
Private Sub picboxScan_Click(sender As Object, e As EventArgs) Handles btnScan.Click
'startScanTimeout()
startScan()
cboFormat.SelectedIndex = cboFormat.FindStringExact("A4")
If cboFormat.SelectedIndex > 0 Then cbxAltFormat.Checked = True
End Sub
Sub startScan()