Documents for PDF .NET Edition
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Annotations Namespace / AnnotationCollection Class / Insert Method

In This Topic
    Insert Method (AnnotationCollection)
    In This Topic
    Syntax
    'Declaration
     
    Public Sub Insert( _
       ByVal index As System.Integer, _
       ByVal item As AnnotationBase _
    ) 
    public void Insert( 
       System.int index,
       AnnotationBase item
    )

    Parameters

    index
    item
    See Also