Click or drag to resize

PdfSinglePageScalingMode Enumeration

Pdf Print Page Scale type

Namespace: Spire.Pdf.Print
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public enum PdfSinglePageScalingMode
Members
Member name Value Description
FitSize 0 Adaptive content size.
ActualSize 1 The actual size of the content.
ShrinkOversized 2 Shrink oversized pages.
CustomScale 3 Custom scale.
See Also