PrintTask.Source Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.