TdxDocDocumentExporterCompatibilityOptions.CopyFrom(TdxDocDocumentExporterCompatibilityOptions) Method
In This Article
Copies the DOC document exporter compatibility settings from the specified value.
#Declaration
Delphi
procedure CopyFrom(const AValue: TdxDocDocumentExporterCompatibilityOptions); reintroduce;
#Parameters
Name | Type |
---|---|
AValue | Tdx |
#Remarks
This procedure obtains the AllowNonLinkedListDefinitions property value from the DOC format exporter compatibility settings instance passed as the AValue parameter.
See Also