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.

The following types of RTF pictures are supported:

bitmaps (DIB and DDB);

metafiles (WMF and EMF) (in VCL version); if metafile contains only a bitmap, it can be loaded as TBitmap, see ExtractMetafileBitmaps;

JPEG images;

PNG images;

external images, loaded from files (TCustomRichView.OnImportPicture event occurs).

DocX may contain images of other types (such as GIF).

 

Default value:

False