Link Search Menu Expand Document

DocumentSaveRange Method (String, Int32, Int32)

Saves range of pages to the specified file.

Namespace:Bytescout.PDF
Assembly: Bytescout.PDF (in Bytescout.PDF.dll) Version: 3.5.1.1204-master
Syntax
public void SaveRange(
	string fileName,
	int startIndex,
	int count
)

Parameters

fileName
Type: SystemString
The name of the file to which to save the document.
startIndex
Type: SystemInt32
The zero-based start index of pages.
count
Type: SystemInt32
The number of pages.
See Also

Reference