DocumentSplitterRemovePageRange Method (String, String, Int32, Int32)ByteScout PDF Extractor SDK
Removes specified page range from PDF or TIFF document to separate file.

Namespace:  Bytescout.PDFExtractor
Assembly:  Bytescout.PDFExtractor (in Bytescout.PDFExtractor.dll) Version: 13.4.1.4801-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

Reference