'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
'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
Member | Description |
---|---|
FitToPrinterMargins | Page content is scaled, enlarged or reduced, to fit the printable area. The original aspect ratio is not preserved. |
FitToPrinterMarginsProportional | Page content is scaled, enlarged or reduced, to fit the printable area. The original aspect ratio is preserved. |
MultiplePagesPerSheet | Multiple pages are printed on a single sheet of paper. |
MultiplePagesPerSheetProportional | Multiple pages are printed on a single sheet of paper. The original aspect ratio is preserved for each page. |
None | No 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. |
ReduceToPrinterMargins | Page 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. |
ReduceToPrinterMarginsProportional | Page 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. |
System.Object
System.ValueType
System.Enum
O2S.Components.PDFView4NET.Printing.PageScaling
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