C1.WPF.Document.4.6.2 Assembly / C1.WPF.Document Namespace / PageScaling Enumeration

PageScaling Enumeration
Specifies the way pages are scaled during printing.
Syntax
'Declaration
 
Public Enum PageScaling 
   Inherits 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