ImageEn, unit ietwain

TIETwainParams.GetFromScanner

TIETwainParams.GetFromScanner


Declaration

function GetFromScanner(): boolean;


Description

Fills all properties with scanner parameters. Use this method to update ImageEn parameters with scanner values.

Returns False if cannot connect to the scanner.


Example

ImageEnView1.IO.GetFromScanner;
ScannerPixelType := ImageEnView1.IO.TwainParams.PixelType.CurrentValue;