Specifies the way pages are scaled during printing.
Namespace:
C1.C1PreviewAssembly: C1.C1Report.2 (in C1.C1Report.2.dll)
Syntax
| C# |
|---|
public enum PageScalingEnum |
| Visual Basic |
|---|
Public Enumeration PageScalingEnum |
Members
| Member name | Description | |
|---|---|---|
| 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. |