Does anyone know how to programically set the User size of a document? Some Label printers need to set specific parameters or paper sizes. I know how to choose the paper size, but if it is a USER size, how are they accessed?
This is what I use for the papersize:
Public Sub SetPaperSize(PaperSize As Integer)
crxrpt.PaperSize = PaperSize
End Sub
Thanks in advance..
Aaron
This is what I use for the papersize:
Public Sub SetPaperSize(PaperSize As Integer)
crxrpt.PaperSize = PaperSize
End Sub
Thanks in advance..
Aaron