You are creating a Windows Presentation Foundation application by using Microsoft .NET Framework 3.5.
The application will display articles that contain photographs, geometric figures, and other rich content. You plan to format the articles in flow documents.
You need to select a XAML element that provides the following functionality by default:
* Searches the content of any article.
* Views any article in single-page and multiple-page layouts.
* Adjusts the font size of the content.
What should you do?
A.
Encapsulate the articles in a <RichTextBox></RichTextBox> XAML element.
B.
Encapsulate the articles in a <FlowDocumentReader></FlowDocumentReader> XAML element.
C.
Encapsulate the articles in a <FlowDocumentPageViewer></FlowDocumentPageViewer> XAML element.
D.
Encapsulate the articles in a <FlowDocumentScrollViewer></FlowDocumentScrollViewer> XAML element.