Printing - how to set a standard paper size??
-
Hi all, I'm learning about printing and have made good progress but there is one thing I can't understand: I want to set the paper size to a standard size = A4. I can do it using "papersize" - but is it better to use "paperkind" - if so, how do I do it? I'm using the full version of visual studio 2008 Thanks for your help and advice.... Regards, Steve
Thanks for your help and advice! Steve
-
Hi all, I'm learning about printing and have made good progress but there is one thing I can't understand: I want to set the paper size to a standard size = A4. I can do it using "papersize" - but is it better to use "paperkind" - if so, how do I do it? I'm using the full version of visual studio 2008 Thanks for your help and advice.... Regards, Steve
Thanks for your help and advice! Steve
From a very quick glance through some of the documentation, you should use
PaperSize
.PaperKind
is an enumeration used to provide the options for thePaperSize.Kind
property.Henry Minute Do not read medical books! You could die of a misprint. - Mark Twain Girl: (staring) "Why do you need an icy cucumber?" “I want to report a fraud. The government is lying to us all.”
-
From a very quick glance through some of the documentation, you should use
PaperSize
.PaperKind
is an enumeration used to provide the options for thePaperSize.Kind
property.Henry Minute Do not read medical books! You could die of a misprint. - Mark Twain Girl: (staring) "Why do you need an icy cucumber?" “I want to report a fraud. The government is lying to us all.”