Chapter Contents

Previous

Next
Image Data Model: _writeFileref

Image Data Model: _writeFileref



Writes an image to an external file that is identified by a fileref


Syntax
Example

Syntax

CALL SEND (object-id, '_writeFileref', fileref, 'FORMAT=format<attributes'>);

Argument Type Description
fileref
C the fileref of the file to be written
format
C the format to be used for writing the file.
attributes
C other attributes specific to the file type.


Example

This example writes an image to an external file:

filename('image','/usr/images/color/sign.
             tif');
call send(imgdat_id,'_writeFilepath','image',
         'format=tiff');


Chapter Contents

Previous

Next

Top of Page

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