TRVMarkdownProperties.ImagesPrefix

<< Click to display table of contents >>

TRVMarkdownProperties.ImagesPrefix

A prefix for file names of images that are saved together with Markdown text.

property ImagesPrefix: TRVUnicodeString;

(introduced in version 19)

This prefix is used to generate image file names while storing Markdown text.

The following item types are stored as images: pictures, hot-pictures, bullets, hotspots.

For example, if ImagesPrefix = 'img', images may be saved as img1.jpg, img2.jpg, etc. (file extensions depend on the image format).

If rvmdsoOverrideImages is included in SaveOptions, the numbering of images is strictly 1, 2, 3, ...

If it is not included, existing image files are not overridden (for example, if img2.jpg already exists, images are stored as img1.jpg, img3.jpg, ...)

Default value:

'img'