Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Text Namespace / IFontCollection Interface / CopyTo Method

In This Topic
    CopyTo Method (IFontCollection)
    In This Topic
    Syntax
    'Declaration
     
    Sub CopyTo( _
       ByVal array() As Font, _
       ByVal arrayIndex As System.Integer _
    ) 
    void CopyTo( 
       Font[] array,
       System.int arrayIndex
    )

    Parameters

    array
    arrayIndex
    See Also