Click or drag to resize

ProcessQueueCopyTo Method (ProcessQueuedItem, Int32)

Copies ProcessQueuedItems from this collection to an array.

Namespace:  Atalasoft.Imaging
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public void CopyTo(
	ProcessQueuedItem[] queuedItems,
	int index
)

Parameters

queuedItems
Type: Atalasoft.ImagingProcessQueuedItem
The array to copy the items into.
index
Type: SystemInt32
The starting index in the array where the items will be copied.
See Also