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