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