Click or drag to resize

PdfWebControlLiteTabToNextPage Property

Gets or sets a value indicating whether a user can tab from one page to the next.

Namespace:  RadPdf.Web.UI
Assembly:  RadPdf (in RadPdf.dll) Version: 3.44.0.0 (3.44.0.0)
Syntax
public bool TabToNextPage { get; set; }

Property Value

Type: Boolean
true when the last form field on a page is reached, the next field tabbed to is the first field on the next page; otherwise false and when the last form field on a page is reached, the next field tabbed to is the first field on the current page. The default is false.
Remarks

The tab order is the order in which a user moves focus from one PDF form field to another by pressing the TAB key in the PdfWebControlLite viewer.

See Also