TdxDocDocumentExporterOptions.CopyFrom(IdxExporterOptions) Method
Copies the DOC document exporting settings from the specified value.
Declaration
procedure CopyFrom(const AValue: IdxExporterOptions); override;
Parameters
Name | Type |
---|---|
AValue | IdxExporterOptions |
Remarks
This procedure obtains the Compatibility property value from an object passed as the AValue parameter. The source object must be an instance of the TdxDocDocumentExporterOptions class.
See Also