i have .net application in c# i'm trying print using pdf document on left side , text description on right side. far i've been successful in combining 2 outputs 1 pdf file, stumped on how programmatically when go print, in page sizing & handling section, select "multiple" , set pages per sheet 2.
my guess it's process print feature somewhere can't seem find examples nor clear documentation so. please advise, thanks.
if want set pages per sheet backend rather print/ print dialog have use printticket class [system.printing]. classs have lots of property , events can allow lots of printing , printing job related stuff using c# code. there many classes related printing in name space[ may know xps in windows when going print may see option print xps belongs print schema class]
you can read more https://msdn.microsoft.com/en-us/library/system.printing.printticket.aspx
Comments
Post a Comment