K
Kevin Hodgson
I'm trying to add functionality to a VB.NET App to allow users to print
labels.
I'd have a collection of label types, which includes such properties as
label height and width, top and side margins, the number of columns and
rows, and the horizontal and vertical pitch, and allow the user to select
which type of labels they are trying to print on.
There doesn't seem to be very much sample code showing how to handle
printing in .NET, most of the sample code I've been able to find almost
without exception prints a text file residing on the users harddrive.
Any insight into this somewhat tricky area would be greatly appreciated.
Thanks
labels.
I'd have a collection of label types, which includes such properties as
label height and width, top and side margins, the number of columns and
rows, and the horizontal and vertical pitch, and allow the user to select
which type of labels they are trying to print on.
There doesn't seem to be very much sample code showing how to handle
printing in .NET, most of the sample code I've been able to find almost
without exception prints a text file residing on the users harddrive.
Any insight into this somewhat tricky area would be greatly appreciated.
Thanks