'Declaration
Public Overloads Sub Print( _ ByVal projectType As LlProject, _ ByVal projectFile As String, _ ByVal showFileSelect As Boolean _ )
public void Print( LlProject projectType, string projectFile, bool showFileSelect )
public: void Print( LlProject projectType, String^ projectFile, bool showFileSelect )
Parameters
- projectType
Project type. See LlProject. Can also be set via the AutoProjectType Property.
- projectFile
File name of the project.
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 parameter showFileSelect to false.
Can also be set via the AutoProjectFile Property.
- showFileSelect
Use false to suppress the file selection dialog. Can also be set via the AutoShowSelectFile Property.