Property | Type | Access | Description |
antiAliasing | bool |
r/w | Should the resulting image be antialiased. (default: true) |
artBoardClipping | bool |
r/w | Should the resulting image be clipped to the artboard. (default: false) |
horizontalScale | number |
r/w | Horizontal scaling factor. (default: 100) |
matte | bool |
r/w | Should the artboard be matted with a color. (default: true) |
matteColor | RGBColor |
r/w | The color to use when matting the artboard (default: white) |
saveAsHTML | bool |
r/w | Should the resulting image be saved as HTML. (default: false) |
transparency | bool |
r/w | Should the resulting image use transparency. (default: true) |
verticalScale | number |
r/w | Vertical scaling factor. (default: 100) |