'Declaration Public Overloads Overrides Sub Insert( _
ByVal indexThe zero-based index at which page should be inserted.As System.Int32, _
ByVal pagePage to insert into the page collection.As Jbig2Page _
)
public: void Insert(
System.Int32 index,
Jbig2Page* page
); override
public:
void Insert(
System.Int32 index,
Jbig2Page^ page
); override
Parameters
- index
- The zero-based index at which page should be inserted.
- page
- Page to insert into the page collection.