Gets or sets a value indicating whether the page should be centered on paper during printing.
Namespace:
C1.C1PreviewThe default value is true.
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.