Arbortext IsoDraw > Macro Language Reference > Object Data Types > Application Object - Data Exchange Preferences > Export TIFF
  
Export TIFF
app.tiff.extension
Returns and sets the file extension as string.
app.tiff.extension = "tif"
app.tiff.resolution
Returns and sets the resolution as float.
app.tiff.resolution = 200
app.tiff.border
Returns and sets the border thickness as float.
app.tiff.border = 2
app.tiff.depth
Returns the color depth as integer. This property is read only. (Returned values could be 1, 8, and 24 for 1, 8, and 24 bit)
MESSAGE app.tiff.depth
app.tiff.kind
Returns and sets the color depth as string. Allowed values are “bitmap”, “grayscale”, “color8” and “color24”.
app.tiff.kind = "color24"
app.tiff.page
Returns and sets the dimension as integer. Allowed values are 1 for “Drawing size” and 2 for “Extent”.
app.tiff.page = 2
app.tiff.compression
Returns and sets the compression as integer. Allowed values are 1 for “none”, 7 for “PackBits”, for “CCITT Group3”, 4 for “CCITT Group4”, 5 for “LZW” and 6 for “LZW2”.
app.tiff.compression = 2
app.tiff.intelOrder
Returns and sets the byte order as boolean.
app.tiff.intelOrder = TRUE