Arbortext IsoDraw > Macro Language Reference > Object Data Types > Application Object - Data Exchange Preferences > Export JPEG
  
Export JPEG
app.jpeg.extension
Returns and sets the file extension as string.
app.jpeg.extension = "jpg"
app.jpeg.resolution
Returns and sets the resolution as float.
app.jpeg.resolution = 200
app.jpeg.border
Returns and sets the border thickness as float.
app.jpeg.border = 2
app.jpeg.kind
Returns and sets the color depth as string. Allowed values are “grayscale” and “color24”.
app.jpeg.kind = "color24"
app.jpeg.page
Returns and sets the dimension as integer. Allowed values are 1 for “Drawing size” and 2 for “Extent”.
app.jpeg.page = 2
app.jpeg.quality
Returns and sets the export quality as float. Allowed values are between 1 and 100. A value to 40 would represent 4 on the quality scale.
app.jpeg.quality = 40