.NET Framework Class Library
PageScalingOptions Enumeration
|
<< Click to Display Table of Contents >> Navigation: Gnostice Document Studio .NET > Reference Documentation > API Reference > Gnostice.Core.Printer Namespace > PageScalingOptions Enumeration |
Defines how page content is resized when it is printed.
Namespace: Gnostice.Core.Printer
Assembly: Gnostice.Core (in Gnostice.Core.dll)
Visual Basic |
Public Enumeration PageScalingOptions |
C# |
public enum PageScalingOptions |
Visual C++ |
public enum class PageScalingOptions |
Member name |
Value |
Description |
|
Original |
0 |
Pages are printed as is without any resizing. |
|
Fit |
1 |
Pages are always resized to fit within the boundaries of the print output medium. |
|
ShrinkOverSizedPages |
2 |
Pages are resized only when the contents do not fit within the boundaries of the output medium. |