Link Search Menu Expand Document

DocumentSaveRange Method (Stream, Int32, Int32)

Saves the specified range of pages to the specified stream.

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

Parameters

stream
Type: System.IOStream
The stream to save the document to.
startIndex
Type: SystemInt32
The zero-based start index of pages.
count
Type: SystemInt32
The number of pages.
See Also

Reference