Is there any way to set the page width and height within the driver? Or possibly choose the stock. I have a service that prints labels (created as Crystal Reports) and I need a way to change the size of the label in the driver. My only other option is to create a several printers instances with different sizes for each physical printer. For reference I am using .net with c#.
You can use the PrintDocument class to set the page size. Specifically the PrintDocument.PrinterSettings.PaperSizes allows you to access standard sizes and create custome page sizes.
Points: 0
You voted ‘up’
Log in to post comments