다음을 통해 공유


PdfPrintScalingMode 열거형

정의

인쇄 크기 조정 동작을 열거합니다.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public enum PdfPrintScalingMode
type PdfPrintScalingMode = 
상속
PdfPrintScalingMode
특성

필드

DownToFit 2

실제 페이지보다 큰 페이지가 실제 페이지에 맞게 축소되었음을 나타냅니다.

None 0

크기 조정이 적용되지 않음을 나타냅니다.

ToFit 1

필요에 따라 페이지가 실제 페이지에 맞게 확대되거나 축소됨을 나타냅니다.

적용 대상