PDF for WinRT
RemoveRange Method


Index of the first page to remove.
Number of pages to remove from the document.
Removes a range of pages from the document.
Syntax
'Declaration
 
Public Shadows Sub RemoveRange( _
   ByVal index As Integer, _
   ByVal count As Integer _
) 
'Usage
 
Dim instance As PdfPageCollection
Dim index As Integer
Dim count As Integer
 
instance.RemoveRange(index, count)
public new void RemoveRange( 
   int index,
   int count
)

Parameters

index
Index of the first page to remove.
count
Number of pages to remove from the document.
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

 

 


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

Product Support Forum  |  Documentation Feedback