Click or drag to resize

PdfWebControlLiteTabTopToBottom Property

Gets or sets a value indicating whether the document specified form field tab order is overridden in favor of top to bottom.

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

Property Value

Type: Boolean
true if the document specified form field tab order is overridden in favor of a top to bottom, left to right tab order determined internally; otherwise false and the document specified form field tab order is used. 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