SpriteSheetExporter.maxSheetHeight

#### Availability

Flash Pro CC.

#### Usage

SpriteSheetExporter.maxSheetHeight

#### Description

Controls the maximum height of the generated sprite sheet when autoSize = true, clipped to a maximum value of 8192.

#### Example

javascript
var exporter = new SpriteSheetExporter;
exporter.autoSize to true;
exporter.maxSheetHeight = 512;