Article | 70000520 |
Type | Wish |
Product | Engine |
Version | 7005 |
Date Added | 8/3/2015 12:00:00 AM |
Fixed | 7.7006.0.1 (8/17/2015 12:00:00 AM) |
Submitted by | Luca Mancusi |
Summary
Is it possible to render the hardware margins in print Preview with a solid line instead of the dashed line ?
Solution
In version 7006 a new property named DrawPaperHWMargins is exported that controls the way that the printer's hardware margin is rendered in print-preview window. It gets a DrawPaperHWMarginsEnum value where : - DrawPaperHWMarginsEnum.Default = 0 The Default way the Hardware Margins are rendered on screen. A dashed line is used for them. (this is the default value) - DrawPaperHWMarginsEnum.Solid = 1 The Printer Herdware Margins are rendered with a solid line.