Skip to main content

TdxOfficeImage.IsExportSupported(TdxOfficeImageFormat) Method

Identifies if the stored image can be exported to the specified format.

Declaration

function IsExportSupported(ARawFormat: TdxOfficeImageFormat): Boolean; virtual;

Parameters

Name Type
ARawFormat TdxOfficeImageFormat

Returns

Type
Boolean

Remarks

This function supports the internal infrastructure and is not intended to be used directly from your code.

The Rich Edit control’s RTF document export routines automatically call the IsExportSupported function to save an inline or floating image within the document to an RTF file.

See Also