DocDocumentExporterOptions.CopyFrom(IExporterOptions) Method
Copies the the specified object’s properties into the DocDocumentExporterOptions instance.
Namespace: DevExpress.XtraRichEdit.Export
Assembly: DevExpress.RichEdit.v24.1.Core.dll
NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation
Declaration
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