Printing3D3MFPackage.PrintTicket 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.
Gets or sets a stream to the print ticket in the 3D Manufacturing Format (3MF) package.
public:
property IRandomAccessStream ^ PrintTicket { IRandomAccessStream ^ get(); void set(IRandomAccessStream ^ value); };
IRandomAccessStream PrintTicket();
void PrintTicket(IRandomAccessStream value);
public IRandomAccessStream PrintTicket { get; set; }
var iRandomAccessStream = printing3D3MFPackage.printTicket;
printing3D3MFPackage.printTicket = iRandomAccessStream;
Public Property PrintTicket As IRandomAccessStream
Property Value
A stream to the print ticket in the 3MF package.