Page 1 of 1

Dot Matrix Preview

Posted: Fri Sep 29, 2006 1:15 am
by EDV Gradl
I finally found the dot matrix preiview. Great feature!

In the preview, there are several options for priting (supress spaces etc.) How do I change these options via code?

It is possbile to decide which mode (Standard or Dot Matrix) with be shown when using the preview via code?

Thanks! Keep up the good work!

Dot Matrix Preview

Posted: Fri Sep 29, 2006 9:24 am
by Edward
EDV wrote:I finally found the dot matrix preiview. Great feature!

In the preview, there are several options for priting (supress spaces etc.) How do I change these options via code?

It is possbile to decide which mode (Standard or Dot Matrix) with be shown when using the preview via code?

Thanks! Keep up the good work!
You may change this options via the following code:

Code: Select all

StiOptions.Preview.DotMatrixWindow.CutLongLines = false;
... 

This feature you may access in the tomorrow build.

Thank you.