PrintPagesToPrinterObject
Rendering and printing
Description
Renders a page range list from the selected document to the printer specified by the Delphi TPrinter object.
Syntax
Delphi
Function TPDFlib.PrintPagesToPrinterObject(APrinter: TPrinter; Const PageRanges: WideString; Options: Integer): Integer;
Parameters
| APrinter | A Delph TPrinter object |
|---|---|
| PageRanges | A list of pages to print, for example "1-10,12,14" |
| Options | Use the PrintOptions function to obtain a value for this parameter |