[]
        
(Showing Draft Content)

C1.Win.C1Preview.C1PreviewActionFlags

C1PreviewActionFlags Enum

Specifies flags that can be used to group, enable and disable preview actions (see C1PreviewActionEnum).

Namespace: C1.Win.C1Preview
Assembly: C1.Win.PrintPreview.8.dll
Syntax
[Flags]
public enum C1PreviewActionFlags : long

Fields

Name Description
All

All operations (combination of File, PageView, Navigation, Zoom, Text, and Search).

CloseSearch

Hide search toolbar.

File

File operations (combination of FileOpen, FileSave, PageSetup, Print, Reflow, and Stop).

FileOpen

File open.

FileSave

File save.

Find

Find text.

GoFirst

Go to first page.

GoLast

Go to last page.

GoNext

Go to next page.

GoPage

Go to specified page.

GoPrev

Go to previous page.

HandTool

Hand tool.

HistoryNext

Go forward in history.

HistoryPrev

Go back in history.

MatchCase

Match case.

MatchWholeWord

Match whole word.

Navigation

Navigation operations (combination of GoFirst, GoPrev, GoNext, GoLast, GoPage, HistoryNext and HistoryPrev).

NavigationPane

Show Navigation pane.

None

No operation.

PageContinuous

Continuous page view.

PageFacing

Facing page view.

PageFacingContinuous

Continuous facing page view.

PageSetup

Page setup.

PageSingle

Single page view.

PageView

Page view operations (combination of PageSingle, PageContinuous, PageFacing and PageFacingContinuous).

Print

Print document.

Reflow

Reflow document.

All operations related to search.

SearchNext

Find the next occurrence.

SearchPrevious

Find the previous occurrence.

SearchText

Text to be searched.

SelectTextTool

Text select tool.

StartSearch

Start search.

Stop

Stop long operation.

Text

Text operations (combination of HandTool, SelectTextTool and Find).

Zoom

Zoom operations (combination of ZoomIn, ZoomOut, ZoomFactor, ZoomInTool and ZoomOutTool).

ZoomFactor

Zoom factor.

ZoomIn

Zoom in.

ZoomInTool

Zoom in tool.

ZoomOut

Zoom out.

ZoomOutTool

Zoom out tool.