Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
740
Setting papersource
posted

Hi,

I noticed it's possible to set a printer and papersource using DefaultPageSettings of UltraGridPrintDocument like this:

prnDoc.DefaultPageSettings.PrinterName = "Printer name"
prnDoc.DefaultPageSettings.PaperSource = 15

However, instead of setting defaults i would like to make the settings for this specific document. So i wanted to use:

prnDoc.PrinterSettings.PrinterName = "Printer name"
prnDoc.PrinterSettings.PaperSource = 15 

The PrinterName property exists, but the PaperSource property doesn't exist.  Am i approaching this in the wrong way or is this perhaps a suggestion for a next release?

Kind regards,
Jacob Iedema