PageNr
This read-only property returns the DocPage number where the candidate is located.
Syntax
PageNr as Long
Sample Code
Private Sub RestoreFieldPosition(pField as SCBCdrField, pCopyField as SCBCdrField)
'write the saved fields positional data back to the original field
pField.PageNr = pCopyField.PageNr
End Sub