PrintImages prints all images or only selected images.

You can specify number of columns and rows, spaces between images and margins. It is possible also to draw box around images, shadows and text.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public void PrintImages(
	int columns,
	int rows
)
Public Sub PrintImages ( _
	columns As Integer, _
	rows As Integer _
)
public:
void PrintImages(
	int columns, 
	int rows
)

Parameters

columns
Int32
Specifies how arrange images, specifying the number of columns.
rows
Int32
Specifies how arrange images, specifying the number of rows.

See Also