ActiveReports Developer 7
PageScaling Enumeration
See Also 
GrapeCity.ActiveReports.Extensibility.v7 Assembly > GrapeCity.ActiveReports.Extensibility.Printing Namespace : PageScaling Enumeration

Glossary Item Box

Specifies page scaling.

Syntax

Visual Basic (Declaration) 
Public Enum PageScaling 
   Inherits System.Enum
C# 
public enum PageScaling : System.Enum 

Members

MemberDescription
BookletBooklet mode.
FitToPrintableAreaMode that scales small pages up and large pages down to fit the paper.
MultiplePagesMultiple pages per sheet mode.
NoneNo scaling mode.
ShrinkToPrintableAreaMode that resizes only large pages to fit the paper and prints small pages as they are.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.ActiveReports.Extensibility.Printing.PageScaling

See Also