Click or drag to resize

PdfCompareOptions SetPageRanges Method

Set the compared documents page ranges.

Namespace: Spire.Pdf.Comparison
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public void SetPageRanges(
	int oldStartIndex,
	int oldEndIndex,
	int newStartIndex,
	int newEndIndex
)

Parameters

oldStartIndex
Type: System Int32
The old document page start index.
oldEndIndex
Type: System Int32
The old document page end index.
newStartIndex
Type: System Int32
The new document page start index.
newEndIndex
Type: System Int32
The new document page end index.
See Also