Project(String,String,Int32,Boolean,Boolean,String,Boolean) Method
In This Topic
Prints all pages of the given project on the specified printer.
Syntax
public void Project(
string ,
string ,
int ,
bool ,
bool ,
string ,
bool
)
public:
void Project(
String^ ,
String^ ,
int ,
bool ,
bool ,
String^ ,
bool
)
Parameters
| Parameter Name | Description |
|---|
| strPrinterName | Printer name. |
| strFullLinkFileName | Full link file name of the project to be printed. |
| dNumber | Number of copies to print. |
| bPrintCollate | Collate output. |
| bPrintReverse | Reverse printing. |
| strTargetFile | Full file name of the \output file in case of printing to file. |
| bPrintChangedPages | Print changed pages. |
Exceptions
See Also