Intersoft ClientUI Documentation
ZoomMode Property (UXFlowDocumentPageViewer)



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

UXFlowDocumentPageViewer features rich viewing capabilities that are comparable to the industry's popular viewers such as Adobe Reader, including various zoom presets and custom zoom ratio. UXFlowDocumentPageViewer provides 4 zoom mode which can be customized through the ZoomMode property.

The following list describes the supported zoom mode.

You can also configure the UXFlowDocumentPageViewer to display in full screen initially by setting the IsFullScreen property to true. Alternatively, users can toggle the full screen mode at runtime through the full screen command button in the tool bar.

The following illustration compares the various zoom mode supported in UXFlowDocumentPageViewer .

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

UXFlowDocumentPageViewer Class
UXFlowDocumentPageViewer Members

Send Feedback