XFINIUM.PDF Documentation
ExtractPages Method



Xfinium.Pdf.Core Namespace > PdfFile Class : ExtractPages Method
Start page to extract.
End page to extract.
Extracts a page from the PDF file.
Syntax
'Declaration
 
Public Function ExtractPages( _
   ByVal fromPage As Integer, _
   ByVal toPage As Integer _
) As PdfPage()
'Usage
 
Dim instance As PdfFile
Dim fromPage As Integer
Dim toPage As Integer
Dim value() As PdfPage
 
value = instance.ExtractPages(fromPage, toPage)
public PdfPage[] ExtractPages( 
   int fromPage,
   int toPage
)
public:
array<PdfPage^>^ ExtractPages( 
   int fromPage,
   int toPage
) 

Parameters

fromPage
Start page to extract.
toPage
End page to extract.

Return Value

An array of PDF pages.
Requirements

Supported .NET Platforms: .NET 4.0 and higher, Windows Forms, ASP.NET, Windows Presentation Foundation 4.x, Silverlight 5, WinRT, Universal Windows Platform, Xamarin Mac, iOS & Android, Portable Class Library, .NET Core, .NET Standard


Target Platforms:Windows 10, Windows 8.1, Windows 8 , Windows 7, Windows Vista SP1 or later, Windows Server 2008, Windows Server 2008 R2

See Also

Reference

PdfFile Class
PdfFile Members