C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / PageScalingEnum Enumeration

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