Print3DTaskSourceRequestedArgs Print3DTaskSourceRequestedArgs Print3DTaskSourceRequestedArgs Print3DTaskSourceRequestedArgs Class

Definition

Provides data for the Print3DTaskSourceRequestedHandler delegate.

public : sealed class Print3DTaskSourceRequestedArgs : IPrint3DTaskSourceRequestedArgspublic sealed class Print3DTaskSourceRequestedArgs : IPrint3DTaskSourceRequestedArgsPublic NotInheritable Class Print3DTaskSourceRequestedArgs Implements IPrint3DTaskSourceRequestedArgs// You can use this class in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows Desktop Extension SDK (introduced v10.0.10240.0)
API contract
Windows.Graphics.Printing3D.Printing3DContract (introduced v1)

Remarks

This API is designed for use with 3D Manufacturing Format (3MF) packages. For more info about 3MF, see the 3MF Specification.

Methods

SetSource(Printing3D3MFPackage) SetSource(Printing3D3MFPackage) SetSource(Printing3D3MFPackage) SetSource(Printing3D3MFPackage)

Specifies the 3D Manufacturing Format (3MF) package to use in the print job.

public : void SetSource(Printing3D3MFPackage source)public void SetSource(Printing3D3MFPackage source)Public Function SetSource(source As Printing3D3MFPackage) As void// You can use this method in JavaScript.
Parameters
source
Printing3D3MFPackage Printing3D3MFPackage Printing3D3MFPackage Printing3D3MFPackage

The 3D Manufacturing Format (3MF) package to use in the print job.