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

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

    Parameters

    array
    index
    See Also