Gets or sets a value indicating whether to show the physical printing layout (printer page size and the location of the document pages' on the paper).

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

Syntax

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

Remarks

The default value for this property is False.

See Also