Documents for PDF .NET Edition
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / PageContentStreamCollection Class / CopyTo Method

In This Topic
    CopyTo Method (PageContentStreamCollection)
    In This Topic
    Syntax
    'Declaration
     
    Public Sub CopyTo( _
       ByVal array() As PageContentStream, _
       ByVal index As System.Integer _
    ) 
    public void CopyTo( 
       PageContentStream[] array,
       System.int index
    )

    Parameters

    array
    index
    See Also