PrintDocument.DocumentSource Eigenschaft
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Ruft einen Dokumentquellverweis für dieses PrintDocument ab.
public:
property IPrintDocumentSource ^ DocumentSource { IPrintDocumentSource ^ get(); };
IPrintDocumentSource DocumentSource();
public IPrintDocumentSource DocumentSource { get; }
var iPrintDocumentSource = printDocument.documentSource;
Public ReadOnly Property DocumentSource As IPrintDocumentSource
Eigenschaftswert
Ein Objekt, das die Dokumentquelle darstellt.