Click to Rate and Give Feedback
MSDN
MSDN Library
.NET Development
.NET Framework 3.5

  Switch on low bandwidth view
This page is specific to
Microsoft Visual Studio 2008/.NET Framework 3.5

Other versions are also available for the following:
.NET Framework Class Library
DocumentViewer Class

Updated: February 2009

Represents a document viewing control that can host paginated FixedDocument content such as an XpsDocument.

Namespace:  System.Windows.Controls
Assembly:  PresentationFramework (in PresentationFramework.dll)
XMLNS for XAML: http://schemas.microsoft.com/winfx/xaml/presentation
Visual Basic (Declaration)
<TemplatePartAttribute(Name := "PART_ContentHost", Type := GetType(ScrollViewer))> _
<TemplatePartAttribute(Name := "PART_FindToolBarHost", Type := GetType(ContentControl))> _
Public Class DocumentViewer _
    Inherits DocumentViewerBase
Visual Basic (Usage)
Dim instance As DocumentViewer
C#
[TemplatePartAttribute(Name = "PART_ContentHost", Type = typeof(ScrollViewer))]
[TemplatePartAttribute(Name = "PART_FindToolBarHost", Type = typeof(ContentControl))]
public class DocumentViewer : DocumentViewerBase
Visual C++
[TemplatePartAttribute(Name = L"PART_ContentHost", Type = typeof(ScrollViewer))]
[TemplatePartAttribute(Name = L"PART_FindToolBarHost", Type = typeof(ContentControl))]
public ref class DocumentViewer : public DocumentViewerBase
JScript
public class DocumentViewer extends DocumentViewerBase
XAML Object Element Usage
<DocumentViewer>
  Document
</DocumentViewer>

Dependency properties for this control might be set by the control’s default style. If a property is set by a default style, the property might change from its default value when the control appears in the application. The default style is determined by which desktop theme is used when the application is running. For more information, see Themes.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003

The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

.NET Framework

Supported in: 3.5, 3.0

Date

History

Reason

February 2009

Described how default styles change dependency properties.

Customer feedback.

Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
ERROR      Roman 544   |   Edit   |   Show History

After pasing into VS

<DocumentViewer>
Document
</DocumentViewer>

got error

Error 1 The Element type 'System.Windows.Controls.DocumentViewer' does not have an associated TypeConverter to parse the string '
Document
'. Line 16 Position 25. D:\learnSL\WpfApplication1\WpfApplication1\Window1.xaml 16 25 WpfApplication1


Tags What's this?: Add a tag
Flag as ContentBug
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker