Pdf Print Page Scale type
Namespace: Spire.Pdf.PrintAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public enum PdfSinglePageScalingMode
Public Enumeration PdfSinglePageScalingMode
public enum class PdfSinglePageScalingMode
type PdfSinglePageScalingMode
Members
| Member | Value | Description |
|---|---|---|
| FitSize | 0 |
Adaptive content size.
|
| ActualSize | 1 |
The actual size of the content.
|
| ShrinkOversized | 2 |
Shrink oversized pages.
|
| CustomScale | 3 |
Custom scale.
|