←Select platform

InsertItem Method

Summary

Overrides LeadCollection.InsertItem.

Syntax
C#
C++/CLI
Java
Python
protected override void InsertItem( 
   int index, 
   DocumentPage item 
) 
protected:  
   virtual void InsertItem( 
      int index, 
      DocumentPage^ item 
   ) override 
protected void insertItem(int index, DocumentPage element) 
def InsertItem(self,index,item): 

Parameters

index

Index of new the item.

item

Page to insert to the collection.

Requirements

Target Platforms

Help Version 22.0.2023.4.21
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.