Item Свойство (GifPageCollection)
 
            Возвращает страницу по указанному индексу.
            
            
            
            
            
            
            'Declaration
Public Overrides Default Property Item( _
   ByVal  As System.Int32 _
) As GifPage
 
            
            public GifPage this[
   System.Int32 
]{ get; set; }
 
            
            public: __property GifPage* get_Item(
   System.Int32 
); override;
public: __property void set_Item(
   System.Int32 , 
   GifPage* 
); override;
 
            
            public:
property GifPage^ default [System.Int32] {
   GifPage^ get(System.Int32 ) override;;
   void set(System.Int32 , GifPage^ ) override;;
}
 
             
	Parameters
- index
 
- Отсчитываемый от нуля индекс страницы, которую нужно получить.
 
Return Value
Страница по указанному индексу.
         
Целевые платформы: .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5