Gets or sets a value indicating whether pages should be auto-rotated to better fit the 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 AutoRotate { get; set; }
Visual Basic
<DefaultValueAttribute(True)> _
Public Property AutoRotate As Boolean
	Get
	Set

Remarks

The default value for this property is True.

See Also