J
Jordan
I have written a small C# application that will print out
labels from a little label printer we have. However the
size (how long the label is) is determined by a database
call.
I need to specify a custom paper size every time the
print button is clicked. Is there a way to set a custom
print size on the fly?
I read somewhere else on the newsgroup that you can't do
that, and its a bug in the framework and I would have to
use API calls. I am trying to avoid that as much as I
possibly can.
Thanks in advance.
labels from a little label printer we have. However the
size (how long the label is) is determined by a database
call.
I need to specify a custom paper size every time the
print button is clicked. Is there a way to set a custom
print size on the fly?
I read somewhere else on the newsgroup that you can't do
that, and its a bug in the framework and I would have to
use API calls. I am trying to avoid that as much as I
possibly can.
Thanks in advance.