Pdf Print Page Scale type
Namespace: Spire.PdfAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)
Syntax
C# | Visual Basic | Visual C++ | F# |
[ObsoleteAttribute("This enum may be removed in the future,please use the enum of PdfSinglePageScalingMode")] public enum PdfPrintPageScaling
<ObsoleteAttribute("This enum may be removed in the future,please use the enum of PdfSinglePageScalingMode")> Public Enumeration PdfPrintPageScaling
[ObsoleteAttribute(L"This enum may be removed in the future,please use the enum of PdfSinglePageScalingMode")] public enum class PdfPrintPageScaling
[<ObsoleteAttribute("This enum may be removed in the future,please use the enum of PdfSinglePageScalingMode")>] type PdfPrintPageScaling
Members
Member | Value | Description |
---|---|---|
FitSize | 0 |
Adaptive content size
|
ActualSize | 1 |
The actual size of the content
|
ShrinkOversized | 2 |
Shrink oversized pages
|
CustomSacle | 3 |
Custom Scale
|