Specifies the way pages are scaled during printing.

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

Syntax

C#
public enum PageScalingEnum
Visual Basic
Public Enumeration PageScalingEnum

Members

Member nameDescription
None Pages are not scaled.
FitToPaper Pages are enlarged or made smaller if needed to fit paper.
ReduceToPaper Pages are made smaller if needed to fit paper.

See Also