[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.AcroForms.ChoiceField.Sort

Sort Property

Sort

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

Declaration
public bool Sort { get; set; }
Public Property Sort As Boolean