Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

DocDocumentExporterOptions.CopyFrom(IExporterOptions) Method

Copies the the specified object’s properties into the DocDocumentExporterOptions instance.

Namespace: DevExpress.XtraRichEdit.Export

Assembly: DevExpress.RichEdit.v19.1.Core.dll

Declaration

public override void CopyFrom(
    IExporterOptions value
)

Parameters

Name Type Description
value IExporterOptions

The source object to copy.

Remarks

Use the CopyFrom method to duplicate the properties of the specified Options object in the DocDocumentExporterOptions object that calls this method.

See Also