<?xml version="1.0" encoding="utf-8"?>
<PrintArea xmlns="com.flexicious.print.printareas.*" xmlns:mx="http://www.adobe.com/2006/mxml" width="100%" paddingBottom="0" paddingTop="0" verticalGap="0">
    <mx:ControlBar width="100%" horizontalAlign="right">
        <mx:Label text="Page {this.currentPage} of {this.totalPages}"/>
    </mx:ControlBar>    
</PrintArea>