PrintTask.Source Property

Definition

Returns a pointer to the app-provided object that represents the content to be printed. This object must support the IPrintDocumentSource interface.

public:
 property IPrintDocumentSource ^ Source { IPrintDocumentSource ^ get(); };
IPrintDocumentSource Source();
public IPrintDocumentSource Source { get; }
var iPrintDocumentSource = printTask.source;
Public ReadOnly Property Source As IPrintDocumentSource

Property Value

The print task object.

Applies to