| 
       << Click to display table of contents >> TSRVViewProperty.WorkArea | 
    
Restricts the region available for drawing page content.
type
TSRVWorkArea = (srvwaTextRect, srvwaPageRect);
property WorkArea : TSRVWorkArea;
Value  | 
Meaning  | 
srvwaTextRect  | 
The output area is limited by the document area (nothing can be drawn on margins)  | 
srvwaPageRect  | 
The output area is limited by the page area (nothing can be drawn beyond the page)  | 
Default value:
srvwaPageRect