f$Structure_exp_bitmap (f$Struktur_Bitmap_exp)
f$Structure_exp_bitmap (f$Struktur_Bitmap_exp)
A structure dialog is exported to a file as an image with this function. The allowed image formats are bitmap (.bmp), Portable Network Graphics (.png), Tagged Image File Format (.tif) or JPEG (.jpg).
Syntax: | status = f$Struktur_Bitmap_exp ( Number , File ) | |||
| Argument | Type | Meaning | |
| Number | Integer | Number returned by f$Structure_open | |
| File | String | Name of the image file including path and extension. | |
Result: | Integer | Status: -99: a structure dialog with the given number does not exist 0 : everything OK | ||