PDFView4NET WPF Edition
PageScaling Enumeration




O2S.Components.PDFRender4NET.Printing Namespace : PageScaling Enumeration
Specifies the available scaling options when printing a PDF file.
Syntax
'Declaration
 
Public Enum PageScaling 
   Inherits System.Enum
'Usage
 
Dim instance As PageScaling
public enum PageScaling : System.Enum 
__value public enum PageScaling : public System.Enum 
public enum class PageScaling : public System.Enum 
Members
MemberDescription
FitToPrinterMarginsPage content is scaled, enlarged or reduced, to fit the printable area. The original aspect ratio is not preserved.
FitToPrinterMarginsProportionalPage content is scaled, enlarged or reduced, to fit the printable area. The original aspect ratio is preserved.
MultiplePagesPerSheetMultiple pages are printed on a single sheet of paper.
MultiplePagesPerSheetProportionalMultiple pages are printed on a single sheet of paper. The original aspect ratio is preserved for each page.
NoneNo page scaling is performed. The page content is displayed starting from the top left corner of the page. Content that falls outside the printable are is not printed.
ReduceToPrinterMarginsPage content is scaled (reduced) to fit the printable area if it is larger than the printable area. If it is smaller, no scaling is performed. The original aspect ratio is not preserved if one of the dimensions, width and/or height, needs to be scaled.
ReduceToPrinterMarginsProportionalPage content is scaled (reduced) to fit the printable area if it is larger than the printable area. If it is smaller, no scaling is performed. The original aspect ratio is preserved if one of the dimensions, width and/or height, needs to be scaled.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         O2S.Components.PDFRender4NET.Printing.PageScaling

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

O2S.Components.PDFRender4NET.Printing Namespace