DrawPrintableAreaBounds Property (C1PrintOptions)
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
public bool DrawPrintableAreaBounds {get; set;}
See Also