Skip to main content

TdxRtfDocumentExporterCompatibilityOptions.CopyFrom(TdxRtfDocumentExporterCompatibilityOptions) Method

Copies the RTF document compatibility settings from the specified value.

Declaration

procedure CopyFrom(const AValue: TdxRtfDocumentExporterCompatibilityOptions); reintroduce;

Parameters

Name Type
AValue TdxRtfDocumentExporterCompatibilityOptions

Remarks

Call this procedure to copy the DuplicateObjectAsMetafile and BackColorExportMode property values from another TdxRtfDocumentExporterCompatibilityOptions class instance passed as the AValue parameter.

See Also