TRVRTFReaderProperties.IgnorePictures

<< Click to display table of contents >>

TRVRTFReaderProperties.IgnorePictures

Disallows loading pictures from RTF and DocX.

property IgnorePictures: Boolean;

Set it to True to import RTF and DocX without pictures.

TRichView supports RTF pictures in the following formats:

Windows Bitmaps (DIB and DDB), loaded as TBitmap;

Metafiles, loaded as TMetafile or as TBitmap (see ExtractMetafileBitmaps property);

Enhanced Metafiles, loaded as TMetafile,

JPEG (D3+), loaded as TJpegImage,

PNG, see RVGraphicHandler.RegisterPngGraphic.

 

Default value:

False