VintaSoft Imaging .NET SDK 12.3: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree.FileAttachments Namespace / PdfAttachmentCollectionSchemaField Class / Order Property
Syntax Remarks Requirements SeeAlso
In This Topic
    Order Property (PdfAttachmentCollectionSchemaField)
    In This Topic
    Gets or sets the relative order of the field name in the user interface.
    Syntax
    'Declaration
    
    <DefaultValueAttribute(0)>
    <DescriptionAttribute("The relative order of the field name in the user interface.")>
    Public Property Order As System.Int32
    
    
    [DefaultValue(0)]
    [Description("The relative order of the field name in the user interface.")]
    public System.Int32 Order { get; set; }
    
    
    [DefaultValue(0)]
    [Description("The relative order of the field name in the user interface.")]
    public: __property System.Int32 get_Order();
    public: __property void set_Order(
    System.Int32 value
    );
    [DefaultValue(0)]
    [Description("The relative order of the field name in the user interface.")]
    public:
    property System.Int32 Order { System.Int32 get(); void set(System.Int32 value); }
    Remarks

    Fields are sorted by the PDF viewer application in ascending order.

    Requirements

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

    See Also