altText (get) | Get the alternate text of the image. |
altText (let) | Set the alternate text of the image. |
chartFile (get) | Get the chart file of the ServerGeneratedPage. |
chartFile (let) | Set the chart file of the ServerGeneratedPage. |
encodingScheme (get) | Get the encoding scheme of the image data. |
encodingScheme (let) | Set the encoding scheme of the image data. |
html (get) | Get the HTML of the generated page. |
html (let) | Set the HTML of the generated page. |
image (get) | Get the encoded image data. |
image (let) | Set the encoded image data. |
loadError (get) | Get the error. |
loadError (let) | Set the error. |
mimeType (get) | Get the mime type of the encoded image. |
mimeType (let) | Set the mime type of the encoded image. |
uniqueID (get) | Get the unique ID of the ServerGeneratedPage. |
uniqueID (let) | Set the unique ID of the ServerGeneratedPage. |
createUniqueID | Creates a unique ID for the page. |
getHTMLFragment | Returns the HTML of the generated page without the bounding and tags. |
loadPage | Initializes the ServerGeneratedPage from a serialized version. |
savePage | Serializes the ServerGeneratedPage into XML form. |
setImageSourceTag | Modifies the src attribute of the <img> HTML tag in the generated page. |