Share via


PdfPrintScalingMode Enum

Definition

Enumerates print scaling behaviors.

[ObjCRuntime.Native]
public enum PdfPrintScalingMode
[<ObjCRuntime.Native>]
type PdfPrintScalingMode = 
Inheritance
PdfPrintScalingMode
Attributes

Fields

Name Value Description
None 0

Indicates that no scaling will be applied.

ToFit 1

Indicates that pages will be enlarged or shrunk, as needed, to fit the physical page.

DownToFit 2

Indicates that pages that are larger than the physical page are shrunk to fit the physical page.

Applies to