FontSubstitutionCollection.CopyTo
FontSubstitutionCollection.CopyTo method
Copies the entire collection to a compatible one-dimensional Array, starting at the specified index of the target array
public void CopyTo(FontSubstitution[] array, int index)
| Parameter | Type | Description |
|---|---|---|
| array | FontSubstitution[] | Array of objects which will be copied. |
| index | Int32 | Starting index from which copying will be started. |
See Also
- class FontSubstitution
- class FontSubstitutionCollection
- namespace Aspose.Pdf.Text
- assembly Aspose.PDF