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