DocumentSplitterSplit Method (String, String, String, Int32)ByteScout PDF Extractor SDK
Splits specified PDF or TIFF document to two documents at specified page.

Namespace:  Bytescout.PDFExtractor
Assembly:  Bytescout.PDFExtractor (in Bytescout.PDFExtractor.dll) Version: 13.4.1.4801-master
Syntax

public void Split(
	string sourceDocument,
	string destinationDocument1,
	string destinationDocument2,
	int splitAtPageNumber
)

Parameters

sourceDocument
Type: SystemString
Source PDF or TIFF document file name to split.
destinationDocument1
Type: SystemString
First output document file name.
destinationDocument2
Type: SystemString
Second output document file name.
splitAtPageNumber
Type: SystemInt32
1-based page number to split at. It will be the first page of the second split part.

Implements

IDocumentSplitterSplit(String, String, String, Int32)
See Also

Reference