04 MIDAS CLASSES/GeniiRTChunk

GraphicOffset property
Version added: 2.41
Read-only.   The  GraphicOffset property represents the textual address used when the Domino server renders the document to HTML and renders the image as an image URL.  In general, this value is better rendered using the  GenerateHTML method , but there are times when it is good to have this value available directly.
Defined in
GeniiRTChunk class
Data type
String
Syntax
To get:  offset = geniiRTChunk .GraphicOffset
Usage
Used when referencing the graphic image directly via an image URL.

Example