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.

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
[EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
[DefaultValueAttribute(false)]
public bool DrawPrintableAreaBounds { get; set; }
Visual Basic
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)> _
<DefaultValueAttribute(False)> _
Public Property DrawPrintableAreaBounds As Boolean
	Get
	Set

Remarks

The default value for this property is False.

See Also