CARenderingStyle::PictureAsText
ADE User Guide > ADE Server Class Reference > CARenderingStyle
new to Analytica 5.0
property bool PictureAsText
Controls how image atoms are returned. Some computed results may contain images, such as the result of functions like ReadImageFile, ReadFromURL, ImageFromHex, or CanvasImage. An image can also result from evaluating (Pict of obj)
. In these cases, the return value from CAObject::Result, CATable::GetDataByElements, CATable::GetDataByLabels or CATable::GetSafeArray may be an image. When PictureAsText is true, the value returned by these methods is text, i.e., "«Picture»"
. When PictureAsText is false (the default), a CAPicture object is returned, which your program can then use to access the image itself.
Data type
Boolean
Access
read/write
Usage
deftab.RenderingStyle.PictureAsText = true
See Also
Comments
Enable comment auto-refresher