TdxDocDocumentImporterOptions.CopyFrom(TObject) Method
Copies the DOC document importing settings from the specified value.
Declaration
procedure CopyFrom(const AValue: TObject); override;
Parameters
Name | Type |
---|---|
AValue | TObject |
Remarks
This procedure obtains the IgnoreDeletedText, KeepBookmarksForRemovedRanges, and KeepPermissionsForRemovedRanges property values from an object passed as the AValue parameter. The source object must be an instance of the TdxDocDocumentImporterOptions class.
See Also