UIPrintInteractionController.PrintingItems 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.
An array of ready-to-print objects.
public virtual Foundation.NSObject[] PrintingItems { [Foundation.Export("printingItems", ObjCRuntime.ArgumentSemantic.Copy)] get; [Foundation.Export("setPrintingItems:", ObjCRuntime.ArgumentSemantic.Copy)] set; }
member this.PrintingItems : Foundation.NSObject[] with get, set
Property Value
NSObject[]
Released at the end of the print job. Default is null
- Attributes