Intersoft ClientUI Documentation
ZoomMode Enumeration
See Also  Send Feedback
Intersoft.Client.UI.DocumentViewers Namespace : ZoomMode Enumeration






Specifies the zoom mode for DocumentViewer control.

Syntax

Visual Basic (Declaration) 
Public Enum ZoomMode 
   Inherits System.Enum
Visual Basic (Usage)Copy Code
Dim instance As ZoomMode
C# 
public enum ZoomMode : System.Enum 
Delphi 
public enum ZoomMode = class(System.Enum)
JScript 
public enum ZoomMode extends System.Enum
Managed Extensions for C++ 
__value public enum ZoomMode : public System.Enum 
C++/CLI 
public enum class ZoomMode : public System.Enum 

Members

MemberDescription
ActualSizeThe actual page size.
CustomResize the page based on the inputted zoom level.
FitToHeightResize the page to fit the DocumentViewer control height.
FitToWidthResize the page to fit the DocumentViewer control width.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Intersoft.Client.UI.DocumentViewers.ZoomMode

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.