Determines the text that is listed in the Print Manager and on network header pages.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public static void PrintTitle(
	string title
)
Public Shared Sub PrintTitle ( _
	title As String _
)
public:
static void PrintTitle(
	String^ title
)

Parameters

title
String
the text of the title

See Also