how to change the papersize

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

i want to write a code and make the papersize A
but this code is wrong what is the true on

PrintDocument1.DefaultPageSettings.papersize=A4
 
* =?Utf-8?B?YmFmaWRp?= said:
i want to write a code and make the papersize A4
but this code is wrong what is the true one

PrintDocument1.DefaultPageSettings.papersize=A4

\\\
<...>.PaperSize = New PaperSize(<Name>, <Width>, <Height>)
///
 
Back
Top