PDF .NET Library Documentation - PDF Technologies, Inc.
Assembly: PDFTechLib (in PDFTechLib.dll) Version: 1.0.0.0 (1.7.9.0)
Create ant inserts a PDFPage into the Pages at the specified index.
Namespace:
PDFTechAssembly: PDFTechLib (in PDFTechLib.dll) Version: 1.0.0.0 (1.7.9.0)
Syntax
C# |
---|
public void InsertPage( int Index ) |
Visual Basic (Declaration) |
---|
Public Sub InsertPage ( _ Index As Integer _ ) |
Visual C++ |
---|
public: void InsertPage( int Index ) |
Parameters
- Index
- Type: System..::.Int32
The zero-based index at which value should be inserted.