Gets or sets a value indicating whether the page should be centered on paper during printing.

The default value is true.

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

Syntax

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

Remarks

The default value for this property is True.

See Also