Click or drag to resize

PdfWebControlLite.TabToNextPage Property

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

Namespace:  RadPdf.Web.UI
Assembly:  RadPdfStandard (in RadPdfStandard.dll) Version: 4.2.0.0 (4.2.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
This website uses cookies to identify your session and other necessary functions. By using this website, you are agreeing to our Terms of Use and Privacy Policy (updated April 26 2021).
Learn About Cookies
Got it!