'Declaration
Public Overloads Sub Print( _ ByVal projectType As LlProject, _ ByVal projectFile As String, _ ByVal showFileSelect As Boolean, _ ByVal printMode As LlPrintMode _ )
public void Print( LlProject projectType, string projectFile, bool showFileSelect, LlPrintMode printMode )
public: void Print( LlProject projectType, String^ projectFile, bool showFileSelect, LlPrintMode printMode )
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.
- printMode
Selects the print mode. See LlPrintMode Enumeration. Can also be set via the AutoDestination Property.