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