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.48.0.0 (3.48.0.0)
Syntax public bool TabToNextPage { get; set; }
Public Property TabToNextPage As Boolean
Get
Set
Property Value
Type:
Booleantrue 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