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
Dot Matrix Preview
You may change this options via the following code: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!
Code: Select all
StiOptions.Preview.DotMatrixWindow.CutLongLines = false;
...
Thank you.