Flash Pro CS6.
SpriteSheetExporter.canRotate
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.
var exporter = new SpriteSheetExporter;
alert(exporter.canRotate);