DCPRINT Preview

This forum is for eXpress++ general support.
Post Reply
Message
Author
Koverhage
Posts: 151
Joined: Mon Feb 01, 2010 8:45 am

DCPRINT Preview

#1 Post by Koverhage »

Hi Roger,

i'm try to get a better preview.

Sample: DCPRINT OPTIONS SIZE 74,108 MARGIN {0, 5}

After changing this

//::nColDivider := 8.5/11
if nLeftMargin > 2
::nColDivider := 8.5/13
else
::nColDivider := 210/297
endif

I can see the complete A4 Document on screen and with LeftMargin = 0
it looks perfect.

But one problem still exist. If i have a margin (left) it looks like the size of the margin in preview windows is
(compared to the printout) duplicated.
The font size of the text in preview and printout is nearly the same.

Can you give me a hint, where i can change this value in the preview window ?
Klaus

Post Reply