I have the printing problem in
VB.
this is the code I've used
Public Sub test()
Printer.ScaleMode = vbtwips
Printer.Height = 4*1440
Printer.Width = 6*1440
printer.print "Hi"
.
.:)
.
.
Printer.NewPage
Printer.EndDoc
End Sub
my paper size is 4'' and I need to stop formfeed of the
printer after printing is over i.e., after 4'' height
but
it formfeeds the entire paper