Ends the printing preparation. Start the printing.

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

Syntax

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

Examples

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

See Also