|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Adjust Page MarginsI am using VSNET 2003/VB and I want to allow the user to specify a page
margin adjustment when printing labels. How do I specify that adjustment in VB.NET code? Wayne "Wayne Wengert" <wayneDONTWANTSPAM@wengert.com> schrieb: 'PrintDocument.PrinterSettings.DefaultPageSettings.Margins'.>I am using VSNET 2003/VB and I want to allow the user to specify a page > margin adjustment when printing labels. How do I specify that adjustment > in > VB.NET code? -- M S Herfried K. Wagner M V P <URL:http://dotnet.mvps.org/> V B <URL:http://classicvb.org/petition/> Wayne,
If you just want to offset the printing a bit to align the labels correctly I'd use Graphics.TranslateTransform and allow the user to specify the offset in whatever drawing units you are using. Ron Allen Show quoteHide quote "Wayne Wengert" <wayneDONTWANTSPAM@wengert.com> wrote in message news:eNZz$63PFHA.1096@tk2msftngp13.phx.gbl... >I am using VSNET 2003/VB and I want to allow the user to specify a page > margin adjustment when printing labels. How do I specify that adjustment > in > VB.NET code? > > Wayne > >
ASCII lookup table
Datagrid resizing rows on sort - not wanted VB.NET Equiv of... AxWebBrowser1 and code behind redirecting Datagrid - shown vertically instead of horizontally? Reading from a ini-file and run a program Easy one about web forms Registering my program as default for my file extension Inherited Treeview control with dynamic context menu. Assigning a Null to Datetime Variable or Object |
|||||||||||||||||||||||