共用方式為


PdfPrintScalingMode 列舉

定義

列舉列印縮放行為。

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public enum PdfPrintScalingMode
type PdfPrintScalingMode = 
繼承
PdfPrintScalingMode
屬性

欄位

DownToFit 2

表示大於實體頁面的頁面會壓縮以符合實體頁面。

None 0

表示不會套用任何調整。

ToFit 1

表示頁面會視需要放大或壓縮,以符合實體頁面。

適用於