Search found 1 match

by riley.carrier
Wed Apr 27, 2011 6:27 pm
Forum: Programming
Topic: Delphi
Replies: 0
Views: 23521

Re: Delphi

If you haven't imported the type library that's the first step. Once that's been done, you can use something similar to what is below: The following fragment assumes you've created the PDFPrinterSettings as a VCL object in a datamodule or form i.e., PDFPrinterSettings1: TPDFPrinterSettings; procedur...