Share via


DocumentViewer Styling Sample

The DocViewerStyling sample shows how through the use of styles you can change the appearance and behavior of a DocumentViewer control. When executed, the sample displays a menu bar with "File" and "Style" options. When "File | Open..." is selected, a "File Open..." dialog displays enabling the user to browse and select an XpsDocument file to open (a sample XPS document is provided). When a document is opened, its content is displayed in the DocumentViewer control of the main application window. By selecting different options under the "Style" menu, you can select different styles to change the appearance and behavior of the DocumentViewer control.

The DocViewerStyling sample consists of four source files:

  • App.xaml - XAML resources and DocumentViewer styles that are used by the application.

  • App.xaml.cs - Code-behind for creating and displaying the application window.

  • Window1.xaml - XAML declarations that define the elements of the application window: main menu, menu commands, and DocumentViewer control.

  • Window1.xaml.cs - Code-behind supporting the user interface for the "File" and "Style" menu commands.

This sample demonstrates a specific feature of the Windows Presentation Foundation (WPF) and, consequently, does not follow application development best practices. For comprehensive coverage of WPF and Microsoft .NET Framework application development best practices, refer to the following as appropriate:

Accessibility - Accessibility Best Practices

Security - WPF Security

Localization - WPF Globalization and Localization Overview

Download sample

Building the Sample

Procedure Title

  1. Install the Windows Software Development Kit (SDK) and open its build environment command window. On the Start menu, point to All Programs, Microsoft Windows SDK, and then click CMD Shell.

  2. Download the sample, usually from the software development kit (SDK) documentation, to your hard disk drive.

  3. To build the sample from the build environment command window, go to the source directory of the sample. At the command prompt, type MSBUILD.

  4. To build the sample in Microsoft Visual Studio 2005, load the sample solution or project file and then press CTRL+SHIFT+B.

Running the Sample

  • To run the compiled sample with debugging in Visual Studio 2005, press F5.

  • To run the sample from a CMD Shell command window, execute the .exe file located in the source folder of the sample.

See Also

Other Resources

Documents in Windows Presentation Foundation
DocumentViewer XPS Sample
DocumentViewer in Internet Explorer Sample
DocumentViewer with Annotations XML-Store Sample
DocumentViewer with Annotations XPS Store Sample
Styling and Templating
Data Templating Overview
Introduction to Styling and Templating Sample