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