VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Pdf.Tree.FileAttachments Namespace / PdfAttachmentCollectionSchemaField Class / Order Property
Синтаксис Ремарки Требования Смотрите также
В этом разделе
    Order Свойство (PdfAttachmentCollectionSchemaField)
    В этом разделе
    Возвращает или задает относительный порядок имени поля в пользовательском интерфейсе.
    Синтаксис
    '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); }
    Ремарки

    Поля сортируются приложением для просмотра PDF в порядке возрастания.

    Требования

    Целевые платформы: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    Смотрите также