1. Object XImageMap

    Article: AN0001626Updated:

    This object stores information about an image map. The map contains images in a square net. It is used for object FileGenerator

    Name Description
    int Rows Number of map rows.
    int Columns Number of map columns.
    string ImageFolderPath Path to the images. It is used for RTF.
    void Add(int row, int col, string imageUrl, string url) Method adds an image at the given position. Columns and rows are indexed from 0.
    string ToHtml() Function converts map to HTML.
    string ToRtf() Function converts map to RTF.

    Image existence is not checked at the generation. Object works only with the input text.

×