VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Pdf.Tree.InteractiveForms Namespace / PdfInteractiveFormChoiceField Class / SelectedItemIndexes Property
Синтаксис Ремарки Требования Смотрите также
В этом разделе
    SelectedItemIndexes Свойство (PdfInteractiveFormChoiceField)
    В этом разделе
    Возвращает или задает массив целочисленных значений, отсортированный в порядке возрастания, представляющий индексы, отсчитываемые от нуля, в коллекции Items коллекции выбранные в данный момент элементы опций.
    Синтаксис
    'Declaration
    
    <RefreshPropertiesAttribute(Repaint)>
    <CategoryAttribute("Value")>
    <DefaultValueAttribute(null)>
    <DescriptionAttribute("Array of integer values, sorted in ascending order, representing the zero-based indices in the Items collection of the currently selected option items.")>
    Public Overridable Property SelectedItemIndexes As System.Int32[]
    
    
    [RefreshProperties(Repaint)]
    [Category("Value")]
    [DefaultValue(null)]
    [Description("Array of integer values, sorted in ascending order, representing the zero-based indices in the Items collection of the currently selected option items.")]
    public virtual System.Int32[] SelectedItemIndexes { get; set; }
    
    
    [RefreshProperties(Repaint)]
    [Category("Value")]
    [DefaultValue(null)]
    [Description("Array of integer values, sorted in ascending order, representing the zero-based indices in the Items collection of the currently selected option items.")]
    public: __property virtual System.Int32[] get_SelectedItemIndexes();
    public: __property virtual void set_SelectedItemIndexes(
    System.Int32[]* value
    );
    [RefreshProperties(Repaint)]
    [Category("Value")]
    [DefaultValue(null)]
    [Description("Array of integer values, sorted in ascending order, representing the zero-based indices in the Items collection of the currently selected option items.")]
    public:
    virtual property System.Int32[] SelectedItemIndexes { System.Int32[] get(); void set(array<System.Int32>^ value); }
    Ремарки

    Эта запись требуется, когда два или более элементов в массиве Items имеют разные имена, но одинаковое значение экспорта или когда значение поля выбора является массивом. В других случаях запись разрешена, но не обязательна.

    Требования

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

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