Name | Value | Description | |||
exPreviewShowPageNumbers | 0 |
Shows or hides the page number in page's content. By default, the
exPreviewShowPageNumbers property is False. Use the
exPreviewPageNumberFormat and
exPreviewPageNumbersAlignment properties to define the format and alignment of
the page numbers to be shown on the preview. For instance, you can set the
exPreviewShowPageNumbers property on True, when viewing the pages in compact
mode ( exPreviewShowCompact ).
(Boolean expression) | |||
exPreviewPageNumberFormat | 1 |
A String expression that defines the HTTML format to display the page number on pages.
By default, the
exPreviewPageNumberFormat property is "", which indicates that PageNumberFormat
property is used instead. The
exPreviewPageNumberFormat property supports the following predefined values:
Also the exPreviewPageNumberFormat property supports the HTML format as:
(String expression) | |||
exPreviewPageNumbersAlignment | 2 |
Specifies the alignment of page numbers in the page. By default, the
exPreviewPageNumbersAlignment property is exMiddleCenter.
(ContentAlignmentEnum expression) | |||
exPreviewShowCompact | 3 |
Specifies whether the preview shows the pages in a compact mode. By default,
the exPreviewShowCompact property is
exPreviewShowPageCompact.
(PreviewShowCompactEnum expression) | |||
exPreviewBackColor | 4 |
Specifies the preview's mainframe background color. By default, the
exPreviewBackColor property is the default system color for the menu.
(Color expression) | |||
exPreviewAllowWheelScroll | 5 |
Indicates whether the user can scroll pages by rotating the mouse wheel. By
default, the
exPreviewAllowWheelScroll property is True.
(Boolean expression) | |||
exPreviewAllowDragScroll | 6 |
Specifies whether the user can scroll pages by clicking and dragging the left mouse button.
By default, the
exPreviewAllowDragScroll property is True.
(Boolean expression) | |||
exPreviewAllowUnprintPage | 7 |
Specifies whether the user can select/unselect pages/area using the right mouse button (CTRL key), to prevent them from printing.
By default, the
exPreviewAllowUnprintPage property is True.
(Boolean expression) | |||
exPreviewAllowToggleZoom | 8 |
Indicates whether the user can toggle the zoom by clicking the focused page. By
default, the
exPreviewAllowToggleZoom property is True.
(Boolean expression) | |||
exPreviewAllowMiddleZoom | 9 |
Specifies whether the user can zoom the pages by clicking and dragging the middle mouse button.
By default, the
exPreviewAllowMiddleZoom property is True.
(Boolean expression) |