CopyTo Method
CopyTo(byte[], int)
Copies the entire PdfString to a compatible one-dimensional array,
starting at the specified index of the target array.
Declaration
public void CopyTo(byte[] array, int arrayIndex)
Public Sub CopyTo(array As Byte(), arrayIndex As Integer)
Parameters
Type |
Name |
Description |
byte[] |
array |
The one-dimensional Array that is the destination of the bytes copied from PdfString. The Array must have zero-based indexing.
|
int |
arrayIndex |
The zero-based index in array at which copying begins.
|