VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Codecs.ImageFiles.Gif Namespace / GifPageCollection Class / Item Property
Синтаксис Требования Смотрите также
В этом разделе
    Item Свойство (GifPageCollection)
    В этом разделе
    Возвращает страницу по указанному индексу.
    Синтаксис
    'Declaration
    
    Public Overrides Default Property Item( _
    ByVal index
    Отсчитываемый от нуля индекс страницы, которую нужно получить.
    As System.Int32 _
    ) As GifPage
    public GifPage this[
    System.Int32 index
    ]{ get; set; }
    public: __property GifPage* get_Item(
    System.Int32 index
    ); override; public: __property void set_Item(
    System.Int32 index,
    GifPage* value
    ); override;
    public:
    property GifPage^ default [System.Int32] { GifPage^ get(System.Int32 index) override;; void set(System.Int32 index, GifPage^ value) override;; }

    Parameters

    index
    Отсчитываемый от нуля индекс страницы, которую нужно получить.

    Return Value

    Страница по указанному индексу.
    Требования

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

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