PrintDocument.DocumentSource 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.
Gets a document source reference for this PrintDocument.
public:
property IPrintDocumentSource ^ DocumentSource { IPrintDocumentSource ^ get(); };
IPrintDocumentSource DocumentSource();
public IPrintDocumentSource DocumentSource { get; }
var iPrintDocumentSource = printDocument.documentSource;
Public ReadOnly Property DocumentSource As IPrintDocumentSource
Property Value
An object representing the document source.