Share via


PrintSchema.MergeAndValidateWithDefaultPrintTicketAsync 方法

定义

通过将用户选择与默认打印票证合并并验证它是否适用于设备,创建新的打印票证。

public:
 virtual IAsyncOperation<IRandomAccessStreamWithContentType ^> ^ MergeAndValidateWithDefaultPrintTicketAsync(IRandomAccessStreamWithContentType ^ deltaTicket) = MergeAndValidateWithDefaultPrintTicketAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<IRandomAccessStreamWithContentType> MergeAndValidateWithDefaultPrintTicketAsync(IRandomAccessStreamWithContentType const& deltaTicket);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<IRandomAccessStreamWithContentType> MergeAndValidateWithDefaultPrintTicketAsync(IRandomAccessStreamWithContentType deltaTicket);
function mergeAndValidateWithDefaultPrintTicketAsync(deltaTicket)
Public Function MergeAndValidateWithDefaultPrintTicketAsync (deltaTicket As IRandomAccessStreamWithContentType) As IAsyncOperation(Of IRandomAccessStreamWithContentType)

参数

deltaTicket
IRandomAccessStreamWithContentType

增量打印票证指定默认打印票证与用户选择之间的差异。

返回

包含建议的打印票证的 XML PrintTicket 文档。

属性

注解

此方法尝试将用户选择与默认打印票证合并-甚至是其他 3D 打印机的打印票证。 返回的打印票证是“建议”的,因为它可能会在提交到 3D 打印机时失败。 如果该票证失败,则表明打印票证对打印机无效。 如果该票证成功,3D 设计人员可以在后续提交中重复使用该票证。

适用于

另请参阅