PDF for WinRT
Insert(Int32,Size) Method


The position where the new page will be inserted.
The size of the new page, expressed in points.
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 pageSize As Size _
) 
'Usage
 
Dim instance As PdfPageCollection
Dim index As Integer
Dim pageSize As Size
 
instance.Insert(index, pageSize)
public void Insert( 
   int index,
   Size pageSize
)

Parameters

index
The position where the new page will be inserted.
pageSize
The size of the new page, expressed in points.
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