UIPrintInteractionController.ShowsPageRange 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
开发人员不应使用此已弃用的属性。 现在始终显示页面范围。
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.None, "Page range is now always shown.")]
public virtual bool ShowsPageRange { [Foundation.Export("showsPageRange")] [ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.None, "Page range is now always shown.")] get; [Foundation.Export("setShowsPageRange:")] [ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.None, "Page range is now always shown.")] set; }
member this.ShowsPageRange : bool with get, set
属性值
默认值为 false
。
- 属性