AppearanceDictionary.CopyTo
CopyTo(XForm[], int)
Copies the elements of the dictionary to an Array, starting at a particular Array index.
public void CopyTo(XForm[] array, int index)
| Parameter | Type | Description |
|---|---|---|
| array | XForm[] | Array where items must be copied. |
| index | Int32 | Index where items must be copied. |
See Also
- class XForm
- class AppearanceDictionary
- namespace Aspose.Pdf.Annotations
- assembly Aspose.PDF
CopyTo(KeyValuePair<string, XForm>[], int)
public void CopyTo(KeyValuePair<string, XForm>[] array, int arrayIndex)
See Also
- class XForm
- class AppearanceDictionary
- namespace Aspose.Pdf.Annotations
- assembly Aspose.PDF