Intersoft ClientUI Documentation
ViewingMode Property



Gets or sets a value that indicates the current viewing mode.
Syntax
<CategoryAttribute("Common Properties")>
Public Property ViewingMode As FlowDocumentViewingMode
Dim instance As UXFlowDocumentViewer
Dim value As FlowDocumentViewingMode
 
instance.ViewingMode = value
 
value = instance.ViewingMode
[CategoryAttribute("Common Properties")]
public FlowDocumentViewingMode ViewingMode {get; set;}
[CategoryAttribute("Common Properties")]
public:
property FlowDocumentViewingMode ViewingMode {
   FlowDocumentViewingMode get();
   void set (    FlowDocumentViewingMode value);
}
Remarks

UXFlowDocumentViewer supports two built-in viewing mode, Page and Scroll. Simply use ViewingMode property to set the active view mode.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

UXFlowDocumentViewer Class
UXFlowDocumentViewer Members

Send Feedback