Click or drag to resize

PrintScalingMode Enumeration

Specifies the different page scaling option that shall be selected when a print dialog is displayed for this document.

Namespace: Spire.Pdf
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public enum PrintScalingMode
Members
Member name Value Description
AppDefault 0 Indicates the conforming readers default print scaling.
None 1 Indicates no page scaling.
Remarks
Default value is AppDefault.
See Also