CopyParametersToScanner() method probes if current parameters are valid.

For example, if application assignes a combination of PixelType and YResolution unsupported by scanner, the method restores the PixelType and YResolution value to one supported by scanner.

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public void CopyParametersToScanner()
Public Sub CopyParametersToScanner
public:
void CopyParametersToScanner()

See Also