FlexReport for WinForms | ComponentOne
C1.Win.C1Document.4.5.2 Assembly / C1.Win.C1Document Namespace / PageScaling Enumeration

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

    System.Object
       System.ValueType
          System.Enum
             C1.Win.C1Document.PageScaling

    See Also