'Declaration Public Overloads Sub Insert( _
ByVal indexThe zero-based index at which the new elements should be inserted.As System.Int32, _
ByVal streamA stream that contains an image file.As System.IO.Stream, _
ByVal closeStreamAfterUseA value indicating whether the stream must be closed after use.As Boolean, _
ByVal pageIndexThe page index in multipage image image to insert.As System.Int32 _
)
public void Insert(
System.Int32 index,
System.IO.Stream stream,
bool closeStreamAfterUse,
System.Int32 pageIndex
)
public: void Insert(
System.Int32 index,
System.IO.Stream* stream,
bool closeStreamAfterUse,
System.Int32 pageIndex
)
public:
void Insert(
System.Int32 index,
System.IO.Stream^ stream,
bool closeStreamAfterUse,
System.Int32 pageIndex
)
Parameters
- index
- The zero-based index at which the new elements should be inserted.
- stream
- A stream that contains an image file.
- closeStreamAfterUse
- A value indicating whether the stream must be closed after use.
- pageIndex
- The page index in multipage image image to insert.