Search found 3 matches

by Markus D.
Mon Jan 16, 2006 12:03 pm
Forum: Support
Topic: RTF page orientation and PageSize
Replies: 7
Views: 27649

I don't know. RichViewEdit don't have properties like PageHeight.
Try ask Sergey (author) :)
by Markus D.
Sat Jan 14, 2006 6:44 pm
Forum: Support
Topic: RTF page orientation and PageSize
Replies: 7
Views: 27649

It's my TForm which contains TRichViewEdit.
Add protect/public(as you wish) procedure SetPageProps and call after load RTF.
by Markus D.
Fri Jan 13, 2006 3:52 am
Forum: Support
Topic: RTF page orientation and PageSize
Replies: 7
Views: 27649

Hello Tomas!

Try
change sources
-----------------------------------------------------------------------------
RVRTFProps.pas

procedure TRVRTFReaderProperties.ReaderEndParsing(Sender: TObject);
begin
{$IFDEF RICHVIEW_DPMARGINS}
if not EditFlag then begin
if Reader.RTFState.DocProps.LeftMarginTw ...