PdfPrintScalingMode Enum
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.
C#
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public enum PdfPrintScalingMode
type PdfPrintScalingMode =
- Inheritance
-
PdfPrintScalingMode
- Attributes
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. |
Προϊόν | Εκδόσεις |
---|---|
Xamarin.Mac SDK | 14 |