print()
|
Top Previous Next |
bmovie; uses the bounding box of a specific frame as the print area for all other printable frames. Use a #b frame label on a specific frame to use it as the print area.
|
bmax; can be used when the printable frames may vary in size.
|
bframe; uses the bounding box from each printable frame for the print area. The print area can change for each frame based on its size and will scale objects to fit within the print area. You can use bframe if each frame consists of different sized objects that you want to fill the printed area.
|