UIPrintInteractionController.PrintInfo Property
Definition
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.
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual UIKit.UIPrintInfo PrintInfo { [Foundation.Export("printInfo", ObjCRuntime.ArgumentSemantic.Strong)] get; [Foundation.Export("setPrintInfo:", ObjCRuntime.ArgumentSemantic.Strong)] set; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("printInfo", ObjCRuntime.ArgumentSemantic.Strong)>]
[<set: Foundation.Export("setPrintInfo:", ObjCRuntime.ArgumentSemantic.Strong)>]
member this.PrintInfo : UIKit.UIPrintInfo with get, set
Property Value
- Attributes