[]
Copies the entire PdfString to a compatible one-dimensional array, starting at the specified index of the target array.
public void CopyTo(byte[] array, int arrayIndex)
Public Sub CopyTo(array As Byte(), arrayIndex As Integer)
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. |