I am stumped.
In VB6 I did this
LabelToPrint.SetUserPaperSize (5 * 1440 / 2.54), (10.2 * 1440 / 2.54)
And all worked well.
On conversion to VB 2005 I can only choose from a set list of papersizes when I use .PrintOptions.PaperSize.
I have searched endlessly and I think that I have just lost sight of what .Net is actually doing. All I want to do is print to a label of 7cm x 12cm but only utilize 5x10cm.
How do I do this in CR 2005?
Any ideas?
In VB6 I did this
LabelToPrint.SetUserPaperSize (5 * 1440 / 2.54), (10.2 * 1440 / 2.54)
And all worked well.
On conversion to VB 2005 I can only choose from a set list of papersizes when I use .PrintOptions.PaperSize.
I have searched endlessly and I think that I have just lost sight of what .Net is actually doing. All I want to do is print to a label of 7cm x 12cm but only utilize 5x10cm.
How do I do this in CR 2005?
Any ideas?