C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / C1PrintOptions Class / DrawPrintableAreaBounds Property

In This Topic
DrawPrintableAreaBounds Property
In This Topic
Gets or sets a value indicating whether a line is drawn around the printable area of the page. This may be useful for diagnostic purposes. PrintableAreaBoundsPen is used to draw the line. The default is false.
Syntax
'Declaration
 
Public Property DrawPrintableAreaBounds As Boolean
 
See Also