B Bernard Bourée Nov 14, 2004 #1 How to print a Form and to fit it with the printer page and layout ?
H Herfried K. Wagner [MVP] Nov 14, 2004 #2 Bernard Bourée said: How to print a Form and to fit it with the printer page and layout ? Click to expand... <URL:http://groups.google.de/groups?q=dotnet+print+form>
Bernard Bourée said: How to print a Form and to fit it with the printer page and layout ? Click to expand... <URL:http://groups.google.de/groups?q=dotnet+print+form>
B Bernard Bourée Nov 14, 2004 #3 Thanks Herfried But could not find there how to FIT the form in a printer page !
S Scott Swigart Nov 15, 2004 #4 Are you saying that the form is too large to fit on to a single page?
H Herfried K. Wagner [MVP] Nov 15, 2004 #5 Scott Swigart said: Are you saying that the form is too large to fit on to a single page? Click to expand... When drawing the form onto the printer using 'DrawImage', you could scale it before drawing according to the size of the printable area. Determining a printer's physical margins <URL:http://dotnet.mvps.org/dotnet/faqs/?id=getphysicalprintermargins&lang=e n>
Scott Swigart said: Are you saying that the form is too large to fit on to a single page? Click to expand... When drawing the form onto the printer using 'DrawImage', you could scale it before drawing according to the size of the printable area. Determining a printer's physical margins <URL:http://dotnet.mvps.org/dotnet/faqs/?id=getphysicalprintermargins&lang=e n>