Inside a PrintBegin() and PrintEnd() block, starts a new page.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public static void PrintNewPage()
Public Shared Sub PrintNewPage
public:
static void PrintNewPage()

Examples

CopyC#
IEImage.PrintBegin();
Image1.PrintImageAt(0,0,5,5,1);
IEImage.PrintNewPage();
Image2.PrintImageAt(0,0,5,5,1);
IEImage.PrintEnd();

See Also