Page 1 of 1
align pages
Posted: Tue Apr 14, 2015 5:13 pm
by Ceprotec
Hello Sergey,
you can put on odd pages margins aligned to the left, and in the even pages aligned to the right?
It would be a kind of independent margin alignment.
thank you
Posted: Wed Apr 15, 2015 5:15 am
by Sergey Tkachenko
MirrorMargins property.
In TRichView:
MirrorMargins can be found in TRVPrint.
Also, there is TRichView.DocParameters.MirrorMargins, this property can be saved in RVF, RTF and DocX.
In ScaleRichView:
MirrorMargins can be found in TSRichViewEdit.PageProperty.
See also FacingPages property.
Posted: Thu Apr 16, 2015 1:31 pm
by Ceprotec
I do not spotted these two properties (Mirror Margins, Facing Pages) in the Object Inspector, it would be because of the version to be old?
Posted: Mon Apr 20, 2015 8:02 pm
by Sergey Tkachenko
What version do you use?
Do you use RVPrint or ScaleRichView?
Posted: Fri Apr 24, 2015 8:28 pm
by Ceprotec
I use the version v4.0.3 of the SRichViewEdit
Posted: Sat Apr 25, 2015 6:37 am
by Sergey Tkachenko
This is a very old version.
I checked a version log.
MirrorMargins was implemented in v4.5. FacingPages was added in the same version (as reserved for future), but its functionality was implemented in version 6.
Posted: Mon Apr 27, 2015 11:31 am
by Ceprotec
ok, sergey
thank you