PDF for WinRT
Insert(Int32,PaperKind) Method


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

Parameters

index
The position where the new page will be inserted.
paperKind
The size of the new page, expressed as a PaperKind.
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