PdfPrintScalingMode Enum
Definition
Enumerates print scaling behaviors.
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public enum PdfPrintScalingMode
type PdfPrintScalingMode =
- Inheritance
-
PdfPrintScalingMode
- Attributes
Fields
DownToFit | 2 | Indicates that pages that are larger than the physical page are shrunk to fit the physical page. |
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. |