Hello,
is it possible to set
ppixDevice and ppiyDevice in RV_InfoAboutSaD manually before formating?
Because i have some problems with tabs. I create my own PrintPreview with the specific resolution of the printer, but it is not the printer-canvas, where i painting. So - tabs are not correcly drawed on ppi <> 96.
if i set this properties manually, it works fine
Thanks, Sven
Setting Device-ppi manualy?
-
- Site Admin
- Posts: 17524
- Joined: Sat Aug 27, 2005 10:28 am
- Contact:
In TRichView, you cannot change resolution.
Well, you can assign RVStyle.TextStyles.PixelsPerInch, but it affects only text (like changing font size in browsers).
You can use RVReportHelper to draw at printer resolution.
See http://www.trichview.com/support/files/a4.zip
Well, you can assign RVStyle.TextStyles.PixelsPerInch, but it affects only text (like changing font size in browsers).
You can use RVReportHelper to draw at printer resolution.
See http://www.trichview.com/support/files/a4.zip