Reports for WinForms | ComponentOne
C1.Win.C1Report.4 Assembly / C1.Win.C1Preview Namespace / ZoomModeEnum Enumeration

In This Topic
    ZoomModeEnum Enumeration
    In This Topic
    Describes the supported zoom modes of C1PrintPreview control.
    Syntax
    'Declaration
     
    Public Enum ZoomModeEnum 
       Inherits System.Enum
    public enum ZoomModeEnum : System.Enum 
    Members
    MemberDescription
    ActualSizePages are shown in actual size.
    CustomCustom zoom mode. The actual zoom factor is determined by the value of the C1PreviewPane.ZoomFactor property.
    PageWidthPages are zoomed in or out as necessary to fit the page width in the preview window.
    TextWidthPages are zoomed in or out as necessary to fit the content width in the preview window.
    WholePagePages are zoomed in or out as necessary to fit the whole page in the preview window.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.C1Preview.ZoomModeEnum

    See Also