PdfPrintScalingMode Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumerates print scaling behaviors.
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public enum PdfPrintScalingMode
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. |