←Select platform

SetItem Method

Summary

Overrides LeadCollection.SetItem.

Syntax

C#
VB
Java
C++
protected override void SetItem( 
   int index, 
   DocumentPage item 
) 
Protected Overrides Sub SetItem( 
   ByVal index As Integer, 
   ByVal item As DocumentPage 
) 
protected:  
   virtual void SetItem( 
      int index, 
      DocumentPage^ item 
   ) override 
protected void setItem(int index, DocumentPage item) 

Parameters

index

Index of the item to replace.

item

Page to set.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Documents Assembly