TdxDocumentExporterOptions.CopyFrom(IdxExporterOptions) Method
Copies the document encoding from the specified object.
Declaration
procedure CopyFrom(const AValue: IdxExporterOptions); overload; virtual;
Parameters
Name | Type |
---|---|
AValue | IdxExporterOptions |
Remarks
This procedure obtains the ActualEncoding property value from an object passed as the AValue parameter. The source object must be an instance of the TdxDocumentExporterOptions class descendant (such as TdxPlainTextDocumentExporterOptions, TdxRtfDocumentExporterOptions, etc.).
See Also