[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Printing.PrinterResolutionCollection.CopyTo

CopyTo Method

CopyTo(Array, int)

Copies the contents of the current PrinterResolutionCollection to the specified array, starting from the specified index.

Declaration
public void CopyTo(Array array, int index)
Parameters
Type Name Description
Array array

A zero-counted array that receives elements copied from PrinterResolutionCollection

int index

The index at which to start copying the elements.

Implements