Skip to main content

BarCodeBrick.Clone() Method

Create a copy of the current BarCodeBrick object.

Namespace: DevExpress.XtraPrinting

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

NuGet Package: DevExpress.Printing.Core

Declaration

public override object Clone()

Returns

Type Description
Object

An BarCodeBrick object that is a copy of the current object.

Remarks

This method creates a new instance of the BarCodeBrick class and copies all values of the current object to it.

See Also