Navigation:  Getting started with Rtf2Pdf / TextDynamic Server > Properties >

Memo2 property

Previous pageReturn to chapter overviewNext page

Applies to

Rtf2Pdf

Declaration

IWPEditor Memo2;

Description

This is the interface to load text into the editor #2.

With RTF2PDF it uses the interface IWPEditor while TextDynamic uses IWPMemo. IWPEditor implements a subset of the methods in IWPMemo since some do not make sense for an invisible control. You can use Memo.TextCursor to add text using code.