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.
Information about the print job.
public virtual UIKit.UIPrintInfo PrintInfo { [Foundation.Export("printInfo", ObjCRuntime.ArgumentSemantic.Strong)] get; [Foundation.Export("setPrintInfo:", ObjCRuntime.ArgumentSemantic.Strong)] set; }
member this.PrintInfo : UIKit.UIPrintInfo with get, set
Property Value
An instance of the UIPrintInfo class or null
if the object could not be created.
- Attributes