Click or drag to resize

DecoderCollection.CopyTo Method

Copies the decoders to an array.

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

Parameters

decoders
Type:Atalasoft.Imaging.Codec.ImageDecoder[]
An array to hold the ImageDecoders.
index
Type: System.Int32
The starting index in the array to start copying data.
See Also