Specifies flags that can be used to group, enable and disable
preview actions (see C1PreviewActionEnum).
Namespace:
C1.Win.C1PreviewAssembly: C1.Win.C1Report.2 (in C1.Win.C1Report.2.dll)
Syntax
| C# |
|---|
[FlagsAttribute] public enum C1PreviewActionFlags |
| Visual Basic |
|---|
<FlagsAttribute> _ Public Enumeration C1PreviewActionFlags |
Members
| Member name | Description | |
|---|---|---|
| None | No operation. | |
| FileOpen | File open. | |
| FileSave | File save. | |
| PageSetup | Page setup. | |
| Print document. | ||
| Reflow | Reflow document. | |
| File | File operations (combination of FileOpen, FileSave, PageSetup, Print and Reflow). | |
| PageSingle | Single page view. | |
| PageContinuous | Continuous page view. | |
| PageFacing | Facing page view. | |
| PageFacingContinuous | Continuous facing page view. | |
| PageView | Page view operations (combination of PageSingle, PageContinuous, PageFacing and PageFacingContinuous). | |
| GoFirst | Go to first page. | |
| GoPrev | Go to previous page. | |
| GoNext | Go to next page. | |
| GoLast | Go to last page. | |
| GoPage | Go to specified page. | |
| HistoryNext | Go forward in history. | |
| HistoryPrev | Go back in history. | |
| Navigation | Navigation operations (combination of GoFirst, GoPrev, GoNext, GoLast, GoPage, HistoryNext and HistoryPrev). | |
| ZoomIn | Zoom in. | |
| ZoomOut | Zoom out. | |
| ZoomFactor | Zoom factor. | |
| ZoomInTool | Zoom in tool. | |
| ZoomOutTool | Zoom out tool. | |
| Zoom | Zoom operations (combination of ZoomIn, ZoomOut, ZoomFactor, ZoomInTool and ZoomOutTool). | |
| HandTool | Hand tool. | |
| SelectTextTool | Text select tool. | |
| Find | Find text. | |
| Text | Text operations (combination of HandTool, SelectTextTool and Find). | |
| All | All operations (combination of File, PageView, Navigation, Zoom and Text). |