FlowDocumentReader::IsPrintEnabled Property
.NET Framework (current version)
Gets or sets a value that indicates whether the Print routed command is enabled.
Assembly: PresentationFramework (in PresentationFramework.dll)
The following example shows how to set the IsPrintEnabled attribute.
<FlowDocumentReader IsFindEnabled="True" IsPrintEnabled="True" MinZoom="50" MaxZoom="1000" Zoom="120" ZoomIncrement="5" > <FlowDocument> <Paragraph> Flow content... </Paragraph> </FlowDocument> </FlowDocumentReader>
The following example shows how to set the IsPrintEnabled property programmatically.
.NET Framework
Available since 3.0
Available since 3.0
Show: