Help > Web Development > Object Reference > Object Reference > ISYSImageCache > Fetch Method
<a name="kanchor420"></a>ISYSImageCache:Fetch Method
Returns the given named image resource as an array of bytes.

Syntax
[VBScript]
sub ISYSImageCache.Fetch(_
  variant Keys, _ 
  string Filename_ 
)
[C#]
void ISYSImageCache.Fetch(
  System.Object Keys, 
  string Filename
);
[ColdFusion/Java]
void IISYSImageCache.Fetch(
  System.Object Keys, 
  java.lang.String Filename
) throws ComException;
Parameters
KeysIndicates the keys that represent the document. This must be the same value that you previously passed to Prepare.
FilenameIndicates the filename of the resource to fetch.