Image Properties

Properties of a graphic displayed on the form.

The Image control is supported for these platforms:

Note: The same limitations apply to both the AttachmentViewer and the Image control. See the topic AttachmentViewer and Image Limitations.
Property Description
Alternative Text (Optional) Appears as text on the image if the image source cannot be displayed. In the generated HTML file, the alternative text is the value of the the img element alt attribute.
Input Image Source Binding
  • Keyunique identifier within the current scope, used when setting or retrieving a value. Click New key to create a new key for the control.
    Note: If the value is not unique, the Problems view reports a missing key error.
  • Default value – default value for the control.
Image Dimension The width and height of the button image, in pixels.
Options One of these:
  • Static image source – value for the image is the file path to the image file, which may come from the client or server side.
  • Dynamic image source (binary data) – value for the image is binary data. This can come from the client or server side.
Related reference
AttachmentViewer and Image Limitations