ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Document Assembly / GrapeCity.ActiveReports.Extensibility.Printing Namespace / PageScaling Enumeration

In This Topic
    PageScaling Enumeration
    In This Topic
    Specifies page scaling
    Syntax
    'Declaration
     
    Public Enum PageScaling 
       Inherits System.Enum
    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