ImageEn, unit ietwain

TIETwainParams.CapabilitiesValid

TIETwainParams.CapabilitiesValid

Declaration

property CapabilitiesValid: Boolean;

Description

If True all properties are updated from scanner, otherwise not and you should call GetFromScanner to update them.

Read-only

Example

if not ImageEnView1.IO.TwainParams.CapabilitiesValid then
  ImageEnView1.IO.TwainParams.GetFromScanner();

See Also

GetFromScanner
IsCapabilitySupported