VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree.FileAttachments Namespace / PdfAttachmentCollectionSort Class / FieldNames Property
Syntax Remarks Requirements SeeAlso
In This Topic
    FieldNames Property (PdfAttachmentCollectionSort)
    In This Topic
    Gets or sets the names of fields that the PDF viewer application uses to sort the items in the collection.
    Syntax
    'Declaration
    
    Public Property FieldNames As System.String[]
    
    
    public System.String[] FieldNames { get; set; }
    
    
    public: __property System.String[] get_FieldNames();
    public: __property void set_FieldNames(
    System.String[]* value
    );
    public:
    property System.String[] FieldNames { System.String[] get(); void set(array<System.String>^ value); }
    Remarks

    Each element of the array is a name that identifies a field described in the attachment schema. If array contains multiple elements it is used to allow additional fields to contribute to the sort, where each additional field is used to break ties. More specifically, if multiple data fields have the same value for the first field named in the array, the values for successive fields named in the array are used for sorting, until a unique order is determined or until the named fields are exhausted.

    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also