DocumentSplitterRemovePageRange Method (String, String, Int32, Int32)
 Free Trial Web API version Licensing Request A Quote
HAVE QUESTIONS OR NEED HELP?SUBMIT THE SUPPORT REQUEST FORM or write email toSUPPORT@BYTESCOUT.COM
 Removes specified page range from PDF or TIFF document to separate file.
Namespace:Bytescout.PDFExtractorAssembly: Bytescout.PDFExtractor (in Bytescout.PDFExtractor.dll) Version: 13.4.0.4760-master
Syntax
public void RemovePageRange( string sourceDocument, string destinationDocument, int startPage, int endPage )
Parameters
- sourceDocument
 - Type: SystemString
Source document file name. - destinationDocument
 - Type: SystemString
Output document file name. - startPage
 - Type: SystemInt32
1-based start page number to remove. - endPage
 - Type: SystemInt32
1-based end page number to remove. 
Implements
IDocumentSplitterRemovePageRange(String, String, Int32, Int32)See Also