Chapter Contents

Previous

Next
Image: _readFilepath

Image: _readFilepath



Reads an image from an external file that is specified with a pathname and displays it in an image object


Syntax
Example

Syntax

CALL NOTIFY (image-name, '_readFilepath', pathname<, attributes>);

Argument Type Description
pathname
C the pathname to the file to be read
attributes
C file-specific attributes.


Example

This statement reads an image that is stored in an external file:

call notify ('imageview', '_readFilepath',
            '/usr/images/color/sign.tif');


Chapter Contents

Previous

Next

Top of Page

Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.