Click or drag to resize

PdfFontResourceCollectionCopyTo Method

Copies the elements of the PdfFontResourceCollection to an Array, starting at a particular Array index.

Namespace:  RadPdf.Integration
Assembly:  RadPdf (in RadPdf.dll) Version: 3.43.0.0 (3.43.0.0)
Syntax
public void CopyTo(
	PdfFontResource[] array,
	int arrayIndex
)

Parameters

array
Type: RadPdf.IntegrationPdfFontResource
The one-dimensional PdfFontResource array that is the destination of the elements copied from PdfFontResourceCollection. The PdfFontResource array must have zero-based indexing.
arrayIndex
Type: SystemInt32
The zero-based index in array at which copying begins.

Implements

ICollectionTCopyTo(T, Int32)
See Also