Gets or sets the value indicating the manner in which pages are scaled during printing.

The default value is ReduceToPaper.

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

Syntax

C#
[DefaultValueAttribute(PageScalingEnum.ReduceToPaper)]
public PageScalingEnum PageScaling { get; set; }
Visual Basic
<DefaultValueAttribute(PageScalingEnum.ReduceToPaper)> _
Public Property PageScaling As PageScalingEnum
	Get
	Set

Remarks

The default value for this property is PageScalingEnum.ReduceToPaper.

See Also