The GetIOParams return IOParams object that contains the input/ouput file format parameters

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public IOParams GetIOParams(
	int index
)
Public Function GetIOParams ( _
	index As Integer _
) As IOParams
public:
IOParams^ GetIOParams(
	int index
)

Parameters

index
Int32
Select the image (page). Accept values from 0 to ImageCount.

Return Value

IOParams object

See Also