Back to Devexpress

PdfExportOptions.Assign(ExportOptionsBase) Method

corelibraries-devexpress-dot-xtraprinting-dot-pdfexportoptions-dot-assign-x28-devexpress-dot-xtraprinting-dot-exportoptionsbase-x29.md

latest1.9 KB
Original Source

PdfExportOptions.Assign(ExportOptionsBase) Method

Copies all the settings from the PdfExportOptions object passed as a parameter.

Namespace : DevExpress.XtraPrinting

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

NuGet Package : DevExpress.Printing.Core

Declaration

csharp
public override void Assign(
    ExportOptionsBase source
)
vb
Public Overrides Sub Assign(
    source As ExportOptionsBase
)

Parameters

NameTypeDescription
sourceExportOptionsBase

A PdfExportOptions object (which is the ExportOptionsBase descendant) whose settings are assigned to the current object. If null ( Nothing in Visual Basic), then a ArgumentNullException will be thrown.

|

Remarks

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

See Also

PdfExportOptions Class

PdfExportOptions Members

DevExpress.XtraPrinting Namespace