PdfCompareOptions
OldPageStartIndex Property
|
The start index of old document range.
Namespace:
Spire.Pdf.Comparison
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public int OldPageStartIndex { get; }
Public ReadOnly Property OldPageStartIndex As Integer
Get
public:
property int OldPageStartIndex {
int get ();
}
member OldPageStartIndex : int with get
Property Value
Type:
Int32
See Also