Printing
In addition to a simple printing procedure implemented in TSRichViewEdit component, ScaleRichView includes TSRVPrint component designed for poster printing.
For example, we want to print A2 document, but our printer supports paper sizes only up to A4.
TSRVPrint allows:
- to stretch document prepared in TSRichViewEdit to the desired format (in our example — to A2), proportionally or not;
- (optionally) to mirror page images horizontally;
- to separate page images into frames (in our example, the frame size is A4);
- to calculate the optimal frame orientation.
The poster does not necessary have a standard size. You can define its size by specifying the numbers of frames horizontally and vertically (fractional values are possible).
The figure shows the poster containing 4x3 frames of A4 size, portrait orientation.
|