SpriteSheetExporter.canRotate

#### Availability

Flash Pro CS6.

#### Usage

SpriteSheetExporter.canRotate

#### Description

Read-only property; A boolean value indicating whether the framework specified by the
SpriteSheetExporter.layoutFormat property may rotate symbol frames when adding them to the sprite sheet.

#### Example

javascript
var exporter = new SpriteSheetExporter; 
alert(exporter.canRotate);