'Declaration Public Sub CopyTo( _ ByVal array() As System.Byte, _ ByVal arrayIndex As System.Integer _ )
public void CopyTo( System.byte[] array, System.int arrayIndex )
Parameters
- array
- The one-dimensional Array that is the destination of the bytes copied from PdfString. The Array must have zero-based indexing.
- arrayIndex
- The zero-based index in array at which copying begins.