DecoderDictionaryCopyTo Method (DictionaryEntry, Int32) |
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(
DictionaryEntry[] decoders,
int index
)
Public Sub CopyTo (
decoders As DictionaryEntry(),
index As Integer
)
Parameters
- decoders
- Type: System.CollectionsDictionaryEntry
- index
- Type: SystemInt32
See Also