FlowDocumentReader::Document Property
.NET Framework (current version)
Gets or sets a FlowDocument that hosts the content to be displayed by the FlowDocumentReader.
Assembly: PresentationFramework (in PresentationFramework.dll)
public: property FlowDocument^ Document { FlowDocument^ get(); void set(FlowDocument^ value); }
Property Value
Type: System.Windows.Documents::FlowDocument^A FlowDocument that hosts the content to be displayed by the FlowDocumentReader. The default is null.
.NET Framework
Available since 3.0
Available since 3.0
Show: