Reporting : Batch Documentation Facility : Available commands : DIAGRAM: Include diagrams in documents : Sizing diagrams for printing
  
Sizing diagrams for printing
Use the ACTUAL subcommand to print the diagram at actual size.
Use the ONEPAGE subcommand to reduce the diagram to one page for printing.
Use the REDUCTION subcommand to reduce the size of diagram by specified value.
To print the diagram at actual size
Use the following syntax:
DIAGRAM "diagram-name" { ACTUAL }
Since this is the default condition of the diagram, it is only necessary to use it to change the condition from another reduction factor.
To fit the diagram on one page when printing
Use the following syntax:
DIAGRAM "diagram-name" { ONEPAGE }
ONEPAGE performs the same function as the Reduce to one Page option in the Print dialog. The reduction factor necessary to make the diagram fit on one page is calculated at the time of printing based on the size of the diagram and printer page size. The diagram is both horizontally and vertically centered within the physical page size.
To reduce the size of diagram for printing
Use the following syntax:
DIAGRAM "diagram-name" { REDUCTION percent }
The percent value must be between 10 and 100.
Example
To reduce the size of the diagram by 50 percent, use:
DIAGRAM "Library Database" { REDUCTION 50 }
See also
DIAGRAM: Include diagrams in documents