SpriteSheetExporter.allowTrimming
#### Availability
Flash Pro CS6.
#### Usage
SpriteSheetExporter.allowTrimming
#### Description
Property; A boolean value indicating whether the symbol frames can be trimmed of any extra whitespace when packed into the sprite sheet. The default value is true.
#### Example
javascript
var exporter = new SpriteSheetExporter;
exporter.allowTrimming = false;