Defining default settings for printing

General TRichView support forum. Please post your questions here
Post Reply
r1d2m3
Posts: 13
Joined: Sun Mar 07, 2010 12:13 am

Defining default settings for printing

Post by r1d2m3 »

Hi Sergey, I'm using RichViewActions and I need to define default values for printing margins appear in the action: rvActionPrintPreview. How do I set this action to take other default values?

Greetings.
Sergey Tkachenko
Site Admin
Posts: 17557
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post by Sergey Tkachenko »

If you want to set margins used in RichViewActions for TRichViewEdit, create TRVPrint component, assign this component to RVAControlPanel.RVPrint, and change properties of this RVPrint (LeftMarginMM, TopMarginMM, etc.)

More information about printing settings for RichViewActions:
http://www.trichview.com/forums/viewtopic.php?t=10

Note 1: ActionTest demo already have RVPrint assigned.
Note 2: This information is for TRichViewEdit. When using ScaleRichView, printing settings are stored in the editor itself (TSRichViewEdit)
r1d2m3
Posts: 13
Joined: Sun Mar 07, 2010 12:13 am

Post by r1d2m3 »

Ok, thanks.
Post Reply