Arbortext IsoDraw > Macro Language Reference > Object Data Types > Application Object - Data Exchange Preferences > Export PNG
  
Export PNG
app.png.extension
Returns and sets the file extension as string.
app.png.extension = "png"
app.png.resolution
Returns and sets the resolution as float.
app.png.resolution = 200
app.png.border
Returns and sets the border thickness as float.
app.png.border = 2
app.png.kind
Returns and sets the color depth as string. Allowed values are “bitmap”, “grayscale”, “color8” and “color32”.
app.png.kind = "color32"
app.png.page
Returns and sets the dimension as integer. Allowed values are 1 for “Drawing size” and 2 for “Extent”.
app.png.page = 2
app.png.filter
Returns and sets the export filter as float. Allowed values are:
0
“None”
1
“Sub”
2
“Up”
3
“Average”
4
“Paeth”
5
“Adaptive”
app.png.filter = 3