Renders a text for the current image displayed by the Image Viewer. The text can be formatted with information on different attributes such as the order number. (Example: "Showing image 1 of 20")

An Image Text Component displaying the title and the image
count and another one below it using a different style showing the
description for the image.
Properties
|
Name |
Type |
Description |
| Channel |
Enum |
The channel on which this component is operating. Other Image Controls and the Image Viewer also has this setting. The channels available are 1-15. |
| View Mode |
Enum |
Determines in which modes the component is visible. Possible values:
- Always
- Playing
- Stopped
- Overview
- Single
- Playing - Overview
- Playing - Single
- Stopped - Overview
- Stopped - Single
|
| Page Size |
Integer |
Used to display the size of the pages in the text. |
| Image Text |
String |
If not empty, this string is shown when the view mode allows it to be visible. The string can contain special keywords which will be replaced by the component. The keywords are referring to the current image.
| Keyword |
Replaced by |
| #count |
The order number. |
| #maxcount |
The total number of images. |
| #page |
The page order number. |
| #maxpage |
The total number of pages. |
| #filename |
The filename of the image. |
| #title |
The title of the image. |
| #alt |
The tool tip text of the image. |
| #description |
The description of the image. |
| #width |
The width in pixels of the image. |
| #height |
The height in pixels of the image. |
| #filesize |
The filesize in bytes of the image. |
|
| Image Text Style |
Style |
The style used for the Image Text. |
| Command |
Enum |
The command issued when the text is clicked. Possible values:
- None
- Single Mode (Sets the single mode)
- Custom Action (Performs the custom action)
|
| Custom Action |
Action |
The action performed if the command is set to custom action. |