Gets or sets a value indicating whether to show the original page outline (as a dashed line) when PrintingLayout is true and the printer paper does not match the original page size.

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

Syntax

C#
[DefaultValueAttribute(true)]
public bool ShowPageOutline { get; set; }
Visual Basic
<DefaultValueAttribute(True)> _
Public Property ShowPageOutline As Boolean
	Get
	Set

Remarks

The default value for this property is True.

See Also