Pdf Print Page Scale type

Namespace: Spire.Pdf
Assembly: 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

MemberValueDescription
FitSize0
Adaptive content size
ActualSize1
The actual size of the content
ShrinkOversized2
Shrink oversized pages
CustomSacle3
Custom Scale

See Also