DrawPrintableAreaBounds Property
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.
public bool DrawPrintableAreaBounds {get; set;}
'Declaration
Public Property DrawPrintableAreaBounds As Boolean