Share via


PrintSchema.GetDefaultPrintTicketAsync Method

Definition

Gets the 3D printer's default print ticket.

public:
 virtual IAsyncOperation<IRandomAccessStreamWithContentType ^> ^ GetDefaultPrintTicketAsync() = GetDefaultPrintTicketAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<IRandomAccessStreamWithContentType> GetDefaultPrintTicketAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<IRandomAccessStreamWithContentType> GetDefaultPrintTicketAsync();
function getDefaultPrintTicketAsync()
Public Function GetDefaultPrintTicketAsync () As IAsyncOperation(Of IRandomAccessStreamWithContentType)

Returns

An XML PrintTicket document containing the 3D printer's default print ticket.

Attributes

Applies to