PrintDocument for WinForms | ComponentOne
C1.Win.PrintPreview.4.5.2 Assembly / C1.Win.C1Preview Namespace / C1PreviewActionFlags Enumeration

In This Topic
    C1PreviewActionFlags Enumeration
    In This Topic
    Specifies flags that can be used to group, enable and disable preview actions (see C1PreviewActionEnum).
    Syntax
    'Declaration
     
    Public Enum C1PreviewActionFlags 
       Inherits System.Enum
    public enum C1PreviewActionFlags : System.Enum 
    Members
    MemberDescription
    AllAll operations (combination of File, PageView, Navigation, Zoom, Text, and Search).
    CloseSearchHide search toolbar.
    FileFile operations (combination of FileOpen, FileSave, PageSetup, Print, Reflow, and Stop).
    FileOpenFile open.
    FileSaveFile save.
    FindFind text.
    GoFirstGo to first page.
    GoLastGo to last page.
    GoNextGo to next page.
    GoPageGo to specified page.
    GoPrevGo to previous page.
    HandToolHand tool.
    HistoryNextGo forward in history.
    HistoryPrevGo back in history.
    MatchCaseMatch case.
    MatchWholeWordMatch whole word.
    NavigationNavigation operations (combination of GoFirst, GoPrev, GoNext, GoLast, GoPage, HistoryNext and HistoryPrev).
    NavigationPaneShow Navigation pane.
    NoneNo operation.
    PageContinuousContinuous page view.
    PageFacingFacing page view.
    PageFacingContinuousContinuous facing page view.
    PageSetupPage setup.
    PageSingleSingle page view.
    PageViewPage view operations (combination of PageSingle, PageContinuous, PageFacing and PageFacingContinuous).
    PrintPrint document.
    ReflowReflow document.
    SearchAll operations related to search.
    SearchNextFind the next occurrence.
    SearchPreviousFind the previous occurrence.
    SearchTextText to be searched.
    SelectTextToolText select tool.
    StartSearchStart search.
    StopStop long operation.
    TextText operations (combination of HandTool, SelectTextTool and Find).
    ZoomZoom operations (combination of ZoomIn, ZoomOut, ZoomFactor, ZoomInTool and ZoomOutTool).
    ZoomFactorZoom factor.
    ZoomInZoom in.
    ZoomInToolZoom in tool.
    ZoomOutZoom out.
    ZoomOutToolZoom out tool.
    Inheritance Hierarchy

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

    See Also