| Article | 60000758 |
| Type | Bug |
| Product | Engine |
| Version | 6014 |
| Date Added | 1/23/2009 |
| Fixed | (1/27/2009) |
| Submitted by | Kerwin Kassulker |
Summary
The code below will not show the preview with landscape orientation: vdFramedControl1.BaseControl.ActiveDocument.ActiveLayOut.Printer.LandScape = true ; vdFramedControl1.BaseControl.ActiveDocument.ActiveLayOut.Printer.InitializePreviewFormProperties(true, true, true, false) ; vdFramedControl1.BaseControl.ActiveDocument.ActiveLayOut.Printer.Update(); vdFramedControl1.BaseControl.ActiveDocument.ActiveLayOut.Printer.DialogPreview() ;
Solution
fixed in 6015
