Arbortext IsoDraw > Macro Language Reference > Object Data Types > Application Object - Data Exchange Preferences > Export BMP
  
Export BMP
app.bmp.extension
Returns and sets the file extension as string.
app.bmp.extension = "bmp"
app.bmp.resolution
Returns and sets the resolution as float.
app.bmp.resolution = 200
app.bmp.border
Returns and sets the border thickness as float.
app.bmp.border = 2
app.bmp.kind
Returns and sets the color depth as string. Allowed values are “bitmap”, “grayscale”, “color8” and “color24”.
app.bmp.kind = "color24"
app.bmp.page
Returns and sets the dimension as integer. Allowed values are 1 for “Drawing size” and 2 for “Extent”.
app.bmp.page = 2
app.bmp.version
Returns and sets the version as integer. Allowed values are 1 for “Windows” and 2 for “OS/2”.
app.bmp.version = 1
app.bmp.compression
Returns and sets the compression as integer. Allowed values are 0 for “none” and 1 for “RLE 8”.
app.bmp.compression = 1