Search found 3 matches

by Lojk
Fri Nov 05, 2021 11:23 am
Forum: Support
Topic: Change image and image aspect ratio
Replies: 7
Views: 28703

Re: Change image and image aspect ratio

I have another question regarding the image in this topic.

TheTSRichVewEdit containing the image is set for A4 format.
..PageProperty.PageFormat := srvfmA4;

Is there a way to get the position (coordinates Top, Left ...) of the image , if we know its ItemNo.
by Lojk
Wed Dec 18, 2019 2:03 pm
Forum: Support
Topic: Change image and image aspect ratio
Replies: 7
Views: 28703

Re: Change image and image aspect ratio

Thanks for the answer. I have solved the problem of the aspect ratio when resizing with the ItemResize event. procedure TfrmDokument.rvEditItemResize(Sender: TCustomRichViewEdit; RVData: TCustomRVFormattedData; ItemNo, Val1, Val2: Integer); var Item : TCustomRVItemInfo; orgWidth, orgHeight : integer ...
by Lojk
Fri Dec 06, 2019 2:37 pm
Forum: Support
Topic: Change image and image aspect ratio
Replies: 7
Views: 28703

Change image and image aspect ratio

Hi, I am a new TRichViewEdit user and I am still struggling to learn how to use it properly. The first thing I have tried to do, is to replace all images with Tag="Signature" in TRichViewEdit with new ones. I need this, because we will use templates of documents that will include dummy images of ...