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