Skip to main content
A newer version of this page is available. .

LinkCollection.CopyFrom(ArrayList) Method

Copies the elements of a Link from a compatible one-dimensional collection.

Namespace: DevExpress.XtraPrinting

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

NuGet Packages: DevExpress.Printing.Core, DevExpress.WindowsDesktop.Printing.Core

Declaration

public void CopyFrom(
    ArrayList array
)

Parameters

Name Type Description
array ArrayList

An ArrayList object which the links will be copied from.

See Also