Executes file format parameters preview dialog.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public bool DoFileFormatsPreviews(
	int index,
	IOPages pages
)
Public Function DoFileFormatsPreviews ( _
	index As Integer, _
	pages As IOPages _
) As Boolean
public:
bool DoFileFormatsPreviews(
	int index, 
	IOPages pages
)

Parameters

index
Int32
the page index (from 0)
pages
IOPages
the set of the file format pages to show in the dialog

See Also