Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.AcroForms Namespace / ChoiceField Class / Sort Property

In This Topic
    Sort Property
    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