In This Topic
Gets or sets a value indicating whether the field’s option items should be sorted alphabetically. This flag is intended for use by form authoring tools, not by PDF viewer applications. Viewers should simply display the options in the order in which they occur in the Opt array
Syntax
'Declaration
Public Property Sort As System.Boolean
public System.bool Sort {get; set;}
See Also