Skip to main content

LinkCollection.CopyFrom(ArrayList) Method

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

Namespace: DevExpress.XtraPrinting

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

NuGet Package: DevExpress.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