PdfCompareOptions
OldPageEndIndex Property
|
The end 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 OldPageEndIndex { get; }
Public ReadOnly Property OldPageEndIndex As Integer
Get
public:
property int OldPageEndIndex {
int get ();
}
member OldPageEndIndex : int with get
Property Value
Type:
Int32
See Also