Defines the supported preview tool items.
Namespace:
C1.Win.C1PreviewAssembly: C1.Win.C1Report.2 (in C1.Win.C1Report.2.dll)
Syntax
| C# |
|---|
public enum C1PreviewActionEnum |
| Visual Basic |
|---|
Public Enumeration C1PreviewActionEnum |
Members
| Member name | Description | |
|---|---|---|
| None | No tool. | |
| FileOpen | File open button. | |
| FileSave | File save button. | |
| PageSetup | Page setup button. | |
| Document print button. | ||
| Reflow | Document reflow button. | |
| PageSingle | Single page view button. | |
| PageContinuous | Continuous page view button. | |
| PageFacing | Facing page view button. | |
| PageFacingContinuous | Facing continuous page view button. | |
| GoFirst | Go to the first page button. | |
| GoPrev | Go to the previous page button. | |
| GoNext | Go to the next page button. | |
| GoLast | Go to the last page button. | |
| HistoryNext | History forward button. | |
| HistoryPrev | History backward button. | |
| GoPageLabel | Page label ("Page"). | |
| GoPageNumber | Page number text box. | |
| GoPageCount | Total page count label ("of {0}"). | |
| ZoomIn | Zoom in button. | |
| ZoomOut | Zoom out button. | |
| ZoomFactor | Zoom factor text box. | |
| ZoomInTool | Zoom in tool. | |
| ZoomOutTool | Zoom out tool. | |
| HandTool | Hand tool. | |
| SelectTextTool | Text select tool. | |
| Find | Find text button. |