PDF for WinRT
Insert(Int32) Method


The position where the new page will be inserted.
Creates a new page and inserts it at a specific position in the document.
Syntax
'Declaration
 
Public Overloads Sub Insert( _
   ByVal index As Integer _
) 
'Usage
 
Dim instance As PdfPageCollection
Dim index As Integer
 
instance.Insert(index)
public void Insert( 
   int index
)

Parameters

index
The position where the new page will be inserted.
Remarks

The size of the new page is determined by the PageSize property of the parent document.

The new page becomes current after it is added to the document (see the CurrentPage property).

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PdfPageCollection Class
PdfPageCollection Members
Overload List

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback