TdxDocDocumentExporterOptions.CopyFrom(IdxExporterOptions) Method
In This Article
Copies the DOC document exporting settings from the specified value.
#Declaration
Delphi
procedure CopyFrom(const AValue: IdxExporterOptions); override;
#Parameters
Name | Type |
---|---|
AValue | Idx |
#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