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
)
Public Sub SetPageRanges (
oldStartIndex As Integer,
oldEndIndex As Integer,
newStartIndex As Integer,
newEndIndex As Integer
)
public:
void SetPageRanges(
int oldStartIndex,
int oldEndIndex,
int newStartIndex,
int newEndIndex
)
member SetPageRanges :
oldStartIndex : int *
oldEndIndex : int *
newStartIndex : int *
newEndIndex : int -> unit
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