| Article | 60001907 |
| Type | Wish |
| Product | Engine |
| Date Added | 2/14/2013 12:00:00 AM |
| Fixed | (2/15/2013 12:00:00 AM) |
| Submitted by | Xiaoyi Zhang |
Summary
Is it possible frmPenAsigment to be also in inches ?
Solution
Added in 6025.
In 6025 version we added the ability to set the PenAsigment's dialog to inches or mm.
We added a new InitializePreviewFormProperties constructor which accepts a boolean value for this.
Following is a c# code on how this can be used.
doc.ActiveLayOut.Printer.InitializePreviewFormProperties(true, true, false, false, true);
doc.ActiveLayOut.Printer.DialogPreview();
