Send an existing PDF file to a printer
Namespace: pdf7.PdfWriter
Assembly: pdf7.PdfWriter (in pdf7.PdfWriter.dll) Version: 4.0.0.0 (4.0.1000.111)
Syntax
public static void PrintPdf2( string pdfFileName, PdfUtil.PrinterSelection printerSelection, string printToPrinterName, string pdfPrinterName, bool showProgress, int bitsPerPixel, string documentName, int maxResolution, bool scaleToFit, int firstPage, int lastPage, int timeoutMilliseconds, string serial )
Parameters
- pdfFileName
- Type: System.String
Full path to PDF file to print. - printerSelection
- Type: pdf7.PdfWriter.PdfUtil.PrinterSelection
How the printer will be selected. - printToPrinterName
- Type: System.String
Name of printer to print to if a specific printer is used. - pdfPrinterName
- Type: System.String
Name of PDF printer that this API is linked to. - showProgress
- Type: System.Boolean
Show render progress. - bitsPerPixel
- Type: System.Int32
Valid values are 1, 4, 8, 24. - documentName
- Type: System.String
Name of document in spooler queue. - maxResolution
- Type: System.Int32
Maximum DPI resolution for print job. - scaleToFit
- Type: System.Boolean
Scale the content to fit the paper. - firstPage
- Type: System.Int32
Page number of first page to print. - lastPage
- Type: System.Int32
Page number of last page to print. 0 is default and will print all pages after the first selected page. - timeoutMilliseconds
- Type: System.Int32
Maximum time to wait for print job to render. - serial
- Type: System.String
Hash value to allow print.
See Also