IPrintDocumentSource Interface

Definition

The IPrintDocumentSource describes the source of the print document.

public interface class IPrintDocumentSource
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(3738962992, 61931, 18399, 170, 230, 237, 84, 39, 81, 31, 1)]
struct IPrintDocumentSource
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(3738962992, 61931, 18399, 170, 230, 237, 84, 39, 81, 31, 1)]
public interface IPrintDocumentSource
Public Interface IPrintDocumentSource
Derived
Attributes

Windows requirements

Device family
Windows 10 (introduced in 10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
API contract
Windows.Foundation.UniversalApiContract (introduced in v1.0)

Remarks

This interface is implemented by the Windows.UI.Xaml.Printing.PrintDocument class. Its implementation must be carried through to the print system by the SetSource method in PrintTaskSourceRequestedArgs.

Applies to