Document Solutions for PDF
DS.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Spec Namespace / PdfName Class / CopyTo Method
The one-dimensional Array that is the destination of the bytes copied from PdfString. The Array must have zero-based indexing.
The zero-based index in array at which copying begins.

In This Topic
    CopyTo Method (PdfName)
    In This Topic
    Copies the entire PdfString to a compatible one-dimensional array, starting at the specified index of the target array.
    Syntax
    '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.
    See Also