Help > Web Development > Object Reference > Object Reference > ISYSDocument > RichImages Property
<a name="kanchor342"></a>ISYSDocument:RichImages Property
Gives you access to the embedded images of a document, used when processing RichHTML documents.

Syntax
[VBScript]
ReadOnly property ISYSDocument.RichImages(string Name) as Variant
[C#]
Variant ISYSDocument.get_RichImages(
  string Name);
[ColdFusion/Java]
Variant ISYSDocument.RichImages(
  java.lang.String Name
) throws ComException;
Parameters
NameThe name of the embedded resource that is to be returned.