8. Working with Images and Text Strings : How You Can Work with Images : Image Fields : How You Can Load a Bitmap Image into an Image Field
 
Share this page                  
How You Can Load a Bitmap Image into an Image Field
To load a bitmap image that is stored in a file into OpenROAD and display it in an image field, set the FileHandle attribute of the BitmapObject, for example:
bmo.FileHandle = file_name.Value;
For more information about using the BitmapObject system class, see BitmapObject Class (see BitmapObject Class).