SpriteSheetExporter.canShapePad
#### Availability
Flash Pro CS6.
#### Usage
SpriteSheetExporter.canShapePad
#### Description
Read-only property; A boolean value indicating whether the framework specified by the
SpriteSheetExporter.layoutFormat property supports shape padding.
#### Example
javascript
var exporter = new SpriteSheetExporter;
alert(exporter.canShapePad);