Intersoft ClientUI Documentation
UXFlowDocumentViewer Class
Members  See Also  Send Feedback
Intersoft.Client.UI.DocumentViewers Namespace : UXFlowDocumentViewer Class






Represents a control for viewing flow content, with built-in support for multiple viewing modes. Represents a flow document viewer class that able to display flow document in both page mode and scroll mode.

Object Model

UXFlowDocumentViewer Class

Syntax

Visual Basic (Declaration) 
<TemplatePartAttribute(Name="DocumentViewerMenu", Type=Intersoft.Client.UI.Aqua.UXContextMenu)>
<TemplatePartAttribute(Name="PageDocumentView", Type=Intersoft.Client.UI.DocumentViewers.FlowPageDocumentView)>
<TemplatePartAttribute(Name="ScrollDocumentView", Type=Intersoft.Client.UI.DocumentViewers.FlowScrollDocumentView)>
<TemplatePartAttribute(Name="RootElement", Type=System.Windows.Controls.Grid)>
Public Class UXFlowDocumentViewer 
   Inherits FlowDocumentViewerBase
   Implements IDocumentContainerIControlIFramework, ILicensing 
Visual Basic (Usage)Copy Code
Dim instance As UXFlowDocumentViewer
C# 
[TemplatePartAttribute(Name="DocumentViewerMenu", Type=Intersoft.Client.UI.Aqua.UXContextMenu)]
[TemplatePartAttribute(Name="PageDocumentView", Type=Intersoft.Client.UI.DocumentViewers.FlowPageDocumentView)]
[TemplatePartAttribute(Name="ScrollDocumentView", Type=Intersoft.Client.UI.DocumentViewers.FlowScrollDocumentView)]
[TemplatePartAttribute(Name="RootElement", Type=System.Windows.Controls.Grid)]
public class UXFlowDocumentViewer : FlowDocumentViewerBase, IDocumentContainerIControlIFramework, ILicensing  
Delphi 
public class UXFlowDocumentViewer = class(FlowDocumentViewerBase, IDocumentContainer, IControl, IFramework, ILicensing)
JScript 
TemplatePartAttribute(Name="DocumentViewerMenu", Type=Intersoft.Client.UI.Aqua.UXContextMenu)
TemplatePartAttribute(Name="PageDocumentView", Type=Intersoft.Client.UI.DocumentViewers.FlowPageDocumentView)
TemplatePartAttribute(Name="ScrollDocumentView", Type=Intersoft.Client.UI.DocumentViewers.FlowScrollDocumentView)
TemplatePartAttribute(Name="RootElement", Type=System.Windows.Controls.Grid)
public class UXFlowDocumentViewer extends FlowDocumentViewerBase implements IDocumentContainerIControlIFramework, ILicensing 
Managed Extensions for C++ 
[TemplatePartAttribute(Name="DocumentViewerMenu", Type=Intersoft.Client.UI.Aqua.UXContextMenu)]
[TemplatePartAttribute(Name="PageDocumentView", Type=Intersoft.Client.UI.DocumentViewers.FlowPageDocumentView)]
[TemplatePartAttribute(Name="ScrollDocumentView", Type=Intersoft.Client.UI.DocumentViewers.FlowScrollDocumentView)]
[TemplatePartAttribute(Name="RootElement", Type=System.Windows.Controls.Grid)]
public __gc class UXFlowDocumentViewer : public FlowDocumentViewerBase, IDocumentContainerIControlIFramework, ILicensing  
C++/CLI 
[TemplatePartAttribute(Name="DocumentViewerMenu", Type=Intersoft.Client.UI.Aqua.UXContextMenu)]
[TemplatePartAttribute(Name="PageDocumentView", Type=Intersoft.Client.UI.DocumentViewers.FlowPageDocumentView)]
[TemplatePartAttribute(Name="ScrollDocumentView", Type=Intersoft.Client.UI.DocumentViewers.FlowScrollDocumentView)]
[TemplatePartAttribute(Name="RootElement", Type=System.Windows.Controls.Grid)]
public ref class UXFlowDocumentViewer : public FlowDocumentViewerBase, IDocumentContainerIControlIFramework, ILicensing  

Inheritance Hierarchy

System.Object
   System.Windows.DependencyObject
      System.Windows.UIElement
         System.Windows.FrameworkElement
            System.Windows.Controls.Control
               Intersoft.Client.Framework.ISControl
                  Intersoft.Client.UI.DocumentViewers.FlowDocumentViewerBase
                     Intersoft.Client.UI.DocumentViewers.UXFlowDocumentViewer

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.