Hi i use this app to scan and export to pdf from a scanner device but i want to scan with my phone this is my code for the feeder scan
if you help i will deeply appreciate.
Code:
With wiaScanner.Items(1)
wiaScanner.Properties("3088").Value = 1
.Properties("6146").Value = DLookup("[Colour]", "DPI") 'Colour intent (1 for color, 2 for grayscale, 4 for b & w)
.Properties("6147").Value = DPI 'DPI horizontal
.Properties("6148").Value = DPI 'DPI vertical
.Properties("6149").Value = 0 'x point to start scan
.Properties("6150").Value = 0 'y point to start scan
.Properties("6151").Value = DLookup("[Horizontal]", "DPI") * DPI 'Horizontal extent -A4 = 8.5
.Properties("6152").Value = DLookup("[Vertical]", "DPI") * DPI 'Vertical extent for letter -A4 = 11
End With
if you help i will deeply appreciate.