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.C1PreviewAssembly: C1.C1Report.2 (in C1.C1Report.2.dll)
Syntax
C# |
---|
[DefaultValueAttribute(false)] [EditorBrowsableAttribute(EditorBrowsableState.Advanced)] public bool DrawPrintableAreaBounds { get; set; } |
Visual Basic |
---|
<DefaultValueAttribute(False)> _ <EditorBrowsableAttribute(EditorBrowsableState.Advanced)> _ Public Property DrawPrintableAreaBounds As Boolean Get Set |
Remarks
The default value for this property is False.