Skip to main content

ImageExportOptions.Assign(ExportOptionsBase) Method

Copies the settings from the specified ImageExportOptions object to the current object.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v23.2.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

public override void Assign(
    ExportOptionsBase source
)

Parameters

Name Type Description
source ExportOptionsBase

An ImageExportOptions object whose settings are assigned to the current object.

Remarks

The Assign method allows the settings of the specified ImageExportOptions object to be copied to the current ImageExportOptions object.

See Also