EmbedImages

Set EmbedImages to True if you want to embed image data in HTML output. In this case, the View component base64-encodes the KeyView-generated images referenced in the file, and replaces the links with the base64 data. By default, IDOL View Component includes a link that is accessed in a subsequent request.

This parameter affects only files that the View component converts to HTML through KeyView. It does not affect viewing for files that are originally in HTML format.

You can override the EmbedImages configuration parameter for individual View actions by using the EmbedImages action parameter.

Type: Boolean
Default: False
Required: No
Configuration Section: Viewing
Example: EmbedImages=True
See Also: EmbedImages action parameter