Pages(String,ArrayList,Int32,Boolean,Boolean,String) Method
In This Topic
Prints pages on the specified printer.
Syntax
public void Pages(
string ,
ArrayList ,
int ,
bool ,
bool ,
string
)
public:
void Pages(
String^ ,
ArrayList^ ,
int ,
bool ,
bool ,
String^
)
Parameters
| Parameter Name | Description |
|---|
| strPrinterName | Printer name. |
| arrayPages | ArrayList of page names 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. |
Exceptions
See Also