ComponentOne Document Library for WPF
PageScaling Enumeration

C1.WPF.Document.4 Assembly > C1.WPF.Document Namespace : PageScaling Enumeration
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.WPF.Document.PageScaling

See Also

Reference

C1.WPF.Document Namespace