Updated: November 2007
Represents a document viewing control that can host paginated FixedDocument content such as an XpsDocument.
<TemplatePartAttribute(Name := "PART_ContentHost", Type := GetType(ScrollViewer))> _ <TemplatePartAttribute(Name := "PART_FindToolBarHost", Type := GetType(ContentControl))> _ Public Class DocumentViewer _ Inherits DocumentViewerBase
Dim instance As DocumentViewer
[TemplatePartAttribute(Name = "PART_ContentHost", Type = typeof(ScrollViewer))] [TemplatePartAttribute(Name = "PART_FindToolBarHost", Type = typeof(ContentControl))] public class DocumentViewer : DocumentViewerBase
[TemplatePartAttribute(Name = L"PART_ContentHost", Type = typeof(ScrollViewer))] [TemplatePartAttribute(Name = L"PART_FindToolBarHost", Type = typeof(ContentControl))] public ref class DocumentViewer : public DocumentViewerBase
/** @attribute TemplatePartAttribute(Name = "PART_ContentHost", Type = ScrollViewer) */ /** @attribute TemplatePartAttribute(Name = "PART_FindToolBarHost", Type = ContentControl) */ public class DocumentViewer extends DocumentViewerBase
public class DocumentViewer extends DocumentViewerBase
<DocumentViewer> Document </DocumentViewer>
Windows Vista