Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / PageScalingEnum Enumeration

In This Topic
    PageScalingEnum Enumeration
    In This Topic
    Specifies the way pages are scaled during printing.
    Syntax
    'Declaration
     
    Public Enum PageScalingEnum 
       Inherits System.Enum
    public enum PageScalingEnum : System.Enum 
    Members
    MemberDescription
    FitToPaperPages are enlarged or made smaller if needed to fit paper.
    NonePages are not scaled.
    ReduceToPaperPages are made smaller if needed to fit paper.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.C1Preview.PageScalingEnum

    See Also