'Declaration
Public Overloads Sub Print( _ ByVal printerName As String, _ ByVal projectType As LlProject, _ ByVal projectFile As String _ )
public void Print( string printerName, LlProject projectType, string projectFile )
public: void Print( String^ printerName, LlProject projectType, String^ projectFile )
Parameters
- printerName
- Name of the temporary printer to be used.
- projectType
Project type. See LlProject. Can also be set via the AutoProjectType Property.
- projectFile
File name of the project or default for the file selection dialog.
Multiple file names can also be passed semicolon-separated. Then a combination print is performed and the outputs of the individual projects are summarized as total output. But additionally the display of the file selection dialog must be suppressed by setting the property AutoShowSelectFile to false.
Can also be set via the AutoProjectFile Property.