PrintDocumentToPrinterObject
Rendering and printing
Description
Renders certain pages from the selected document to the printer specified by the Delphi TPrinter object.
Syntax
Delphi
function TPDFlib.PrintDocumentToPrinterObject(APrinter: TPrinter; StartPage, EndPage, Options: Integer): Integer;ActiveX
Function PDFlib::PrintDocumentToPrinterObject(APrinter As Variant, StartPage As Long, EndPage As Long, Options As Long) As LongParameters
| APrinter | A Delph TPrinter object |
|---|---|
| StartPage | The first page to print |
| EndPage | The last page to print |
| Options | Use the PrintOptions function to obtain a value for this parameter |