How to export report to TIFF with different DPI ?

kdukdu
edited October 2013 in FastReport 4.0
Using RAD Studio 2010 (CBuilder), FastReport 4.13 VCL
...
TIFFExportObj->MultiImage = true; // !!! Important! With setting it to false, we have one long page, properly scaled.
TIFFExportObj->Resolution = 150;
ReportObject->Export( TIFFExportObj );
...
As a result we have a greater DPI but cuted into 4 x A4 format pages with standard 96dpi.
One page is rendered on four A4 pages (increased width and height).

How to do this properly A4 report -> A4 tiff with increased DPI instead of standard 96 ?

Hint: The exactly same operation with TJPEGExportObj works great.

Leave a Comment

Rich Text Editor. To edit a paragraph's style, hit tab to get to the paragraph menu. From there you will be able to pick one style. Nothing defaults to paragraph. An inline formatting menu will show up when you select text. Hit tab to get into that menu. Some elements, such as rich link embeds, images, loading indicators, and error messages may get inserted into the editor. You may navigate to these using the arrow keys inside of the editor and delete them with the delete or backspace key.